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
|
@ -35,6 +35,7 @@ const struct in_default_bind in_sdl_defbinds[] __attribute__((weak)) = {
|
|||
{ SDLK_RETURN, IN_BINDTYPE_PLAYER12, GBTN_START },
|
||||
{ SDLK_f, IN_BINDTYPE_PLAYER12, GBTN_MODE },
|
||||
{ SDLK_ESCAPE, IN_BINDTYPE_EMU, PEVB_MENU },
|
||||
{ SDLK_TAB, IN_BINDTYPE_EMU, PEVB_RESET },
|
||||
{ SDLK_F1, IN_BINDTYPE_EMU, PEVB_STATE_SAVE },
|
||||
{ SDLK_F2, IN_BINDTYPE_EMU, PEVB_STATE_LOAD },
|
||||
{ SDLK_F3, IN_BINDTYPE_EMU, PEVB_SSLOT_PREV },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue