index
:
blastem.git
gdb
libretro
vdp-hacking
Oxore's fork of "blastem" emulator for ROM hacking (C)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
render.h
Age
Commit message (
Expand
)
Author
2016-08-22
Cleanup the separation of render backend and VDP code in preparation for havi...
Michael Pavone
2016-05-16
Added support for binding a bunch more "special" keys
Michael Pavone
2016-02-23
Added reasonable handling of joystick hotplug
Michael Pavone
2015-12-15
Initial support for relative mouse mode and skeleton of support for capture m...
Michael Pavone
2015-12-14
Scale mouse data based on window size
Michael Pavone
2015-11-28
Mega mouse support is mostly done
Michael Pavone
2015-11-28
Make nexus player remote useable as a controller for games that only require ...
Michael Pavone
2015-11-25
WIP support for mega mouse
Michael Pavone
2015-11-13
Selecting a second game from the menu now works
Michael Pavone
2015-11-08
ROM is now run after being selected in menu. Initial path for menu is read fr...
Michael Pavone
2015-07-25
Use a new fatal_error function instead of calling fprintf and exit for fatal ...
Michael Pavone
2015-05-28
Merge windows branch with latest changes
Michael Pavone
2015-05-21
Process events while waiting for 68K debugger input. This prevents "not respo...
Michael Pavone
2015-05-20
Upgrade to SDL 2.0 and drop support for the non-OpenGL render path
Michael Pavone
2014-04-01
Initial work on Windows port
Michael Pavone
2013-10-31
Add support for left and right shift keys
Mike Pavone
2013-10-26
Update opengl branch from default. Fix build breakage unrelated to merge
Mike Pavone
2013-09-10
Added copyright notice to source files and added GPL license text in COPYING
Mike Pavone
2013-07-23
Started work on OpenGL support in new branch
Mike Pavone
2013-07-17
Add fullscreen support and add a keybinding for exiting the emulator
Mike Pavone
2013-07-10
Read joystick bindings from config file
Mike Pavone
2013-06-30
Make VDP render in native pixel format of the renderer for a modest performan...
Mike Pavone
2013-06-23
Implement basic joystick support
Mike Pavone
2013-06-17
Process events in vgm player so that quitting works
Mike Pavone
2013-06-14
Make keybindings data driven so they can be populated from a config file later
Mike Pavone
2013-05-29
Incredibly broken YM2612 support plus a fix to Z80 bus request
Mike Pavone
2013-05-23
Initial PSG support. Mostly works, noise channel is borked though.
Mike Pavone
2013-05-16
Get frame time correct and frame rate sort of correct for EUR region
Mike Pavone
2013-05-15
Set window title based on ROM header name
Mike Pavone
2013-05-15
Re-enable frame limit, but add a command line flag to disable it
Mike Pavone
2013-01-20
Add support for breaking into the debugger while game is running
Mike Pavone
2012-12-18
Get Flavio's color bar demo kind of sort of working
Mike Pavone
2012-12-09
Add debug render mode and fix vertical flip bit for bg tiles
Mike Pavone
2012-12-08
Add support for simple resolution scaling
Mike Pavone
2012-12-08
Mostly broken VDP core and savestate viewer
Mike Pavone