mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-24 05:19:35 -05:00
Changed PPCDebugInterace to check memory only after the emulator has finished starting
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user