mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
HotkeyScheduler: add PlayRecording hotkey support
This hotkey was not previously implemented in the scheduler, even though it's present in the hotkey menu.
This commit is contained in:
@ -47,6 +47,7 @@ signals:
|
||||
void StateLoadUndo();
|
||||
void StateSaveUndo();
|
||||
void StartRecording();
|
||||
void PlayRecording();
|
||||
void ExportRecording();
|
||||
void ToggleReadOnlyMode();
|
||||
void ConnectWiiRemote(int id);
|
||||
|
Reference in New Issue
Block a user