Commit Graph

10 Commits

Author SHA1 Message Date
Anthony Pesch 778df17c2d add git version header
print out version on startup
2017-11-22 10:06:16 -05:00
Anthony Pesch ce86c18abf initial ui work 2017-11-21 21:03:50 -05:00
Anthony Pesch be3cdea37c compress ta_surface parameters into a single bitstring for faster merge comparisons 2017-10-21 13:57:47 -04:00
Anthony Pesch 6e9f8b9ddb split joystick input into positive / negative keys such that it can
easily be bound to the keyboard
2017-10-19 15:38:16 -07:00
Anthony Pesch 0593853b2a removed debug menus for options that are now accessible through the ui
added key mappings as options
added return value to keydown events so they can be cancelled
2017-10-05 18:08:16 -04:00
Anthony Pesch 8d4486b2c3 use ints for keycode 2017-10-05 12:28:07 -04:00
Anthony Pesch b2f780dbe7 place all options in options.c / options.h
added assert.h, log.h, math.h and string.h to core.h to reduce includes
2017-10-03 17:52:50 -04:00
Anthony Pesch 0b4ed0c3ab don't try to render a frame when dreamcast is suspended
remove extern "C" from each imgui_* function
2017-10-01 20:01:30 -04:00
Anthony Pesch 6957c0aea0 simplify host interface by directly calling into user functions
don't pass initial renderer struct to emu_create
2017-09-29 20:26:51 -04:00
Anthony Pesch aaa58d7142 moved imgui and microprofile 2017-09-10 20:25:57 -04:00