hopefully fixes Windows CI

This commit is contained in:
CocoSimone
2023-02-11 15:02:47 +01:00
parent 2a9a9e37b0
commit 90fd566e92
5 changed files with 34 additions and 32 deletions

View File

@@ -88,7 +88,7 @@ void Core::Run(Window& window, float volumeL, float volumeR) {
}
}
if(debugger.enabled && romLoaded && !pause)
if(debugger.enabled)
debugger.tick();
}