mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00: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:
parent
753a1595bf
commit
d5845ff281
3 changed files with 8 additions and 0 deletions
|
@ -186,7 +186,13 @@ void HotkeyScheduler::Run()
|
|||
emit ExitHotkey();
|
||||
|
||||
if (!Core::IsRunningAndStarted())
|
||||
{
|
||||
// Only check for Play Recording hotkey when no game is running
|
||||
if (IsHotkey(HK_PLAY_RECORDING))
|
||||
emit PlayRecording();
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
// Disc
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue