mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
menu: add reset hotkey
This commit is contained in:
parent
e42a47e208
commit
9db6a54485
6 changed files with 9 additions and 2 deletions
|
@ -74,6 +74,7 @@ static struct in_default_bind in_evdev_defbinds[] =
|
|||
{ KEY_S, IN_BINDTYPE_PLAYER12, GBTN_B },
|
||||
{ KEY_D, IN_BINDTYPE_PLAYER12, GBTN_C },
|
||||
{ KEY_ENTER, IN_BINDTYPE_PLAYER12, GBTN_START },
|
||||
{ KEY_R, IN_BINDTYPE_EMU, PEVB_RESET },
|
||||
{ KEY_F, IN_BINDTYPE_EMU, PEVB_FF },
|
||||
{ KEY_BACKSPACE,IN_BINDTYPE_EMU, PEVB_FF },
|
||||
{ KEY_BACKSLASH,IN_BINDTYPE_EMU, PEVB_MENU },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue