mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +00:00
Qt: Implement "Reset" hotkey
This commit is contained in:
parent
f0c5b76186
commit
226b6888d6
3 changed files with 6 additions and 1 deletions
|
@ -165,6 +165,10 @@ void HotkeyScheduler::Run()
|
|||
if (IsHotkey(HK_STOP))
|
||||
emit StopHotkey();
|
||||
|
||||
// Reset
|
||||
if (IsHotkey(HK_RESET))
|
||||
emit ResetHotkey();
|
||||
|
||||
// Frameskipping
|
||||
HandleFrameskipHotkeys();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue