mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-26 20:25:58 +00:00
Add Frame Advance Hold Hotkey Functionality
This commit is contained in:
parent
c70f3f4b45
commit
471c835546
4 changed files with 67 additions and 1 deletions
|
@ -17,6 +17,9 @@ enum Hotkey
|
|||
HK_STOP,
|
||||
HK_RESET,
|
||||
HK_FRAME_ADVANCE,
|
||||
HK_FRAME_ADVANCE_DECREASE_SPEED,
|
||||
HK_FRAME_ADVANCE_INCREASE_SPEED,
|
||||
HK_FRAME_ADVANCE_RESET_SPEED,
|
||||
|
||||
HK_START_RECORDING,
|
||||
HK_PLAY_RECORDING,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue