Changed PPCDebugInterace to check memory only after the emulator has finished starting

This commit is contained in:
gyroninja 2018-01-06 17:27:15 -08:00
parent dc08b73db1
commit 9628e22916
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ unsigned int PPCDebugInterface::ReadInstruction(unsigned int address)
bool PPCDebugInterface::IsAlive() bool PPCDebugInterface::IsAlive()
{ {
return Core::IsRunning(); return Core::IsRunningAndStarted();
} }
bool PPCDebugInterface::IsBreakpoint(unsigned int address) bool PPCDebugInterface::IsBreakpoint(unsigned int address)