mirror of https://github.com/mgba-emu/mgba.git
Qt: Turn off sync when shutting down core
This commit is contained in:
parent
1318d13039
commit
6d4d014cfd
|
@ -355,6 +355,7 @@ void CoreController::start() {
|
|||
}
|
||||
|
||||
void CoreController::stop() {
|
||||
setSync(false);
|
||||
#ifdef USE_DEBUGGERS
|
||||
setDebugger(nullptr);
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue