mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Changed PPCDebugInterace to check memory only after the emulator has finished starting
This commit is contained in:
parent
dc08b73db1
commit
9628e22916
@ -88,7 +88,7 @@ unsigned int PPCDebugInterface::ReadInstruction(unsigned int address)
|
||||
|
||||
bool PPCDebugInterface::IsAlive()
|
||||
{
|
||||
return Core::IsRunning();
|
||||
return Core::IsRunningAndStarted();
|
||||
}
|
||||
|
||||
bool PPCDebugInterface::IsBreakpoint(unsigned int address)
|
||||
|
Loading…
Reference in New Issue
Block a user