diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2009-11-05 07:05:33 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2009-11-05 07:05:33 +0000 |
| commit | 8ad15321f22ec1e0fcfa08e626df40266c8c2ebd (patch) | |
| tree | 6a090f29739867d67549e147fd94bd6fb4b93176 /Source/Core/DebuggerWX/Src/CodeWindow.cpp | |
| parent | 0d7d6997101f60ffdf01a49477b66ab1d7b6ddad (diff) | |
Make the HLE'd OSPanic print out the associated message.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4498 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/Src/CodeWindow.cpp')
| -rw-r--r-- | Source/Core/DebuggerWX/Src/CodeWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DebuggerWX/Src/CodeWindow.cpp b/Source/Core/DebuggerWX/Src/CodeWindow.cpp index b9bbfe65c8..25b521a937 100644 --- a/Source/Core/DebuggerWX/Src/CodeWindow.cpp +++ b/Source/Core/DebuggerWX/Src/CodeWindow.cpp @@ -387,7 +387,7 @@ void CCodeWindow::UpdateLists() void CCodeWindow::UpdateCallstack() { //if (PowerPC::GetState() == PowerPC::CPU_POWERDOWN) return; - //if (Core::GetState() == Core::CORE_STOPPING) return; + if (Core::GetState() == Core::CORE_STOPPING) return; callstack->Clear(); |
