mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Qt: Implement "Reset" hotkey
This commit is contained in:
@ -165,6 +165,10 @@ void HotkeyScheduler::Run()
|
||||
if (IsHotkey(HK_STOP))
|
||||
emit StopHotkey();
|
||||
|
||||
// Reset
|
||||
if (IsHotkey(HK_RESET))
|
||||
emit ResetHotkey();
|
||||
|
||||
// Frameskipping
|
||||
HandleFrameskipHotkeys();
|
||||
|
||||
|
Reference in New Issue
Block a user