mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
DolphinQt: Fix the enabling/disabling of Movie items even more
Play can only be used when a game is selected and emulation is not running. Start can be used when a game is selected (to start from cold boot) or when emulation is running (to start from a savestate). https://bugs.dolphin-emu.org/issues/11826
This commit is contained in:
@ -259,4 +259,6 @@ private:
|
||||
QAction* m_jit_paired_off;
|
||||
QAction* m_jit_systemregisters_off;
|
||||
QAction* m_jit_branch_off;
|
||||
|
||||
bool m_game_selected = false;
|
||||
};
|
||||
|
Reference in New Issue
Block a user