mirror of https://github.com/mgba-emu/mgba.git
Qt: Ensure thread has not exited if we say it is open
This commit is contained in:
parent
2575097b7c
commit
393252718f
|
@ -55,7 +55,7 @@ public:
|
|||
void threadContinue();
|
||||
|
||||
bool isPaused();
|
||||
bool isLoaded() { return m_gameOpen; }
|
||||
bool isLoaded() { return m_gameOpen && GBAThreadIsActive(&m_threadContext); }
|
||||
|
||||
bool audioSync() const { return m_audioSync; }
|
||||
bool videoSync() const { return m_videoSync; }
|
||||
|
|
Loading…
Reference in New Issue