diff options
| author | skidau <skidau@gmail.com> | 2015-02-23 12:57:27 +1100 |
|---|---|---|
| committer | skidau <skidau@gmail.com> | 2015-02-23 12:57:27 +1100 |
| commit | 57e9d597044eabaf7350e2efceec64d5ad884b2b (patch) | |
| tree | 9b17b99486a2f2a26dfe246da04eb9b2de6a148b /Source/Core | |
| parent | 793abccb5eb6de5da74d684037c1caece1ff430e (diff) | |
| parent | 73b77f55bab2a18b52b3b8e62fa287e7f0b502d4 (diff) | |
Merge pull request #1978 from lioncash/dspwind
DSPDebugWindow: Fix issue where the DSPLLE window would hang Dolphin on OSX
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/DolphinWX/Debugger/DSPDebugWindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/Debugger/DSPDebugWindow.cpp b/Source/Core/DolphinWX/Debugger/DSPDebugWindow.cpp index 830bfe97a3..a9195cab9a 100644 --- a/Source/Core/DolphinWX/Debugger/DSPDebugWindow.cpp +++ b/Source/Core/DolphinWX/Debugger/DSPDebugWindow.cpp @@ -171,7 +171,6 @@ void DSPDebuggerLLE::Update() UpdateDisAsmListView(); UpdateRegisterFlags(); UpdateState(); - m_mgr.Update(); #if defined __WXGTK__ if (!wxIsMainThread()) wxMutexGuiLeave(); |
