mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
Add hotkeys for incrementing/decrementing selected state slot (like RetroArch)
This commit is contained in:
@ -164,6 +164,8 @@ enum Hotkey
|
||||
HK_UNDO_SAVE_STATE,
|
||||
HK_SAVE_STATE_FILE,
|
||||
HK_LOAD_STATE_FILE,
|
||||
HK_INCREMENT_SELECTED_STATE_SLOT,
|
||||
HK_DECREMENT_SELECTED_STATE_SLOT,
|
||||
|
||||
HK_GBA_LOAD,
|
||||
HK_GBA_UNLOAD,
|
||||
|
Reference in New Issue
Block a user