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
/
bindings.c
Age
Commit message (
Expand
)
Author
2020-05-09
Less hacky run on audio thread mode
Michael Pavone
2020-03-27
Initial stab at VGM logging support
Michael Pavone
2019-04-23
Allow rom directory and rom name in screenshot path. Allow rom name in screen...
Michael Pavone
2019-04-14
Get Android build working again and update for SDL 2.0.7 (last version to sup...
Michael Pavone
2019-03-26
Support controllers that have their dpad mapped to an axis
Michael Pavone
2019-03-11
Minor cleanup
Michael Pavone
2019-01-17
Fixed crash bug that could occur in a narrow window of time when loading a ROM
Michael Pavone
2019-01-16
Add code to handle controllers that have their d-pads mapped as buttons or axes
Michael Pavone
2019-01-03
Disable most bindings when UI is active
Michael Pavone
2018-11-19
Removed old VDP debug functionality
Michael Pavone
2018-11-19
Basic version of layer compositing debug view in a separate window
Michael Pavone
2018-11-14
Initial stab at CRAM debug in a detached window
Michael Pavone
2018-11-09
Added VRAM debug window
Michael Pavone
2018-11-04
WIP new VDP plane debug view and support for detached VDP debug views generally
Michael Pavone
2018-10-24
Pull current controller config in binding UI from whatever the actual binding...
Michael Pavone
2018-08-03
Allow a gamepad mapping to apply to all controllers, controllers of a particu...
Michael Pavone
2018-06-19
Fix missing include in bindings.c
Michael Pavone
2018-05-05
Refactor to split device bindings from IO emulation code
Michael Pavone