summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/HotkeyScheduler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/DolphinQt/HotkeyScheduler.cpp')
-rw-r--r--Source/Core/DolphinQt/HotkeyScheduler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinQt/HotkeyScheduler.cpp b/Source/Core/DolphinQt/HotkeyScheduler.cpp
index 95d7b95a4e..dc5fb8acf4 100644
--- a/Source/Core/DolphinQt/HotkeyScheduler.cpp
+++ b/Source/Core/DolphinQt/HotkeyScheduler.cpp
@@ -197,7 +197,7 @@ void HotkeyScheduler::Run()
emit OpenAchievements();
#endif // USE_RETRO_ACHIEVEMENTS
- if (!Core::IsRunning(system))
+ if (Core::IsUninitialized(system))
{
// Only check for Play Recording hotkey when no game is running
if (IsHotkey(HK_PLAY_RECORDING))