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
|
@ -312,6 +312,7 @@ me_bind_action emuctrl_actions[] =
|
|||
{ "Volume Down ", PEV_VOL_DOWN },
|
||||
{ "Volume Up ", PEV_VOL_UP },
|
||||
{ "Fast forward ", PEV_FF },
|
||||
{ "Reset Game ", PEV_RESET },
|
||||
{ "Enter Menu ", PEV_MENU },
|
||||
{ "Pico Next page ", PEV_PICO_PNEXT },
|
||||
{ "Pico Prev page ", PEV_PICO_PPREV },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue