early-access version 3212

This commit is contained in:
pineappleEA
2022-12-13 23:13:35 +01:00
parent 2e78a58bea
commit 9e8629b298
4 changed files with 15 additions and 8 deletions
+5
View File
@@ -80,6 +80,11 @@ void EmuThread::run() {
system.GetCpuManager().OnGpuReady();
system.RegisterExitCallback([this]() {
stop_source.request_stop();
SetRunning(false);
});
// Holds whether the cpu was running during the last iteration,
// so that the DebugModeLeft signal can be emitted before the
// next execution step