Merge pull request #1978 from lioncash/dspwind

DSPDebugWindow: Fix issue where the DSPLLE window would hang Dolphin on OSX
This commit is contained in:
skidau 2015-02-23 12:57:27 +11:00
commit 57e9d59704
1 changed files with 0 additions and 1 deletions

View File

@ -171,7 +171,6 @@ void DSPDebuggerLLE::Update()
UpdateDisAsmListView();
UpdateRegisterFlags();
UpdateState();
m_mgr.Update();
#if defined __WXGTK__
if (!wxIsMainThread())
wxMutexGuiLeave();