Add hotkeys for incrementing/decrementing selected state slot (like RetroArch)

This commit is contained in:
askew-etc
2022-08-07 12:20:09 -05:00
parent 7b2b559743
commit 914f38753a
6 changed files with 35 additions and 1 deletions

View File

@ -490,6 +490,12 @@ void HotkeyScheduler::Run()
if (IsHotkey(HK_LOAD_STATE_SLOT_SELECTED))
emit StateLoadSlotHotkey();
if (IsHotkey(HK_INCREMENT_SELECTED_STATE_SLOT))
emit IncrementSelectedStateSlotHotkey();
if (IsHotkey(HK_DECREMENT_SELECTED_STATE_SLOT))
emit DecrementSelectedStateSlotHotkey();
// Stereoscopy
if (IsHotkey(HK_TOGGLE_STEREO_SBS))
{