hopefully fixes Windows CI
This commit is contained in:
@@ -88,7 +88,7 @@ void Core::Run(Window& window, float volumeL, float volumeR) {
|
||||
}
|
||||
}
|
||||
|
||||
if(debugger.enabled && romLoaded && !pause)
|
||||
if(debugger.enabled)
|
||||
debugger.tick();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user