DSPDebugWindow: Fix issue where the DSPLLE window would hang Dolphin on OSX

This commit is contained in:
Lioncash 2015-01-28 14:01:11 -05:00
parent 109fa8c2c8
commit 73b77f55ba

View file

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