mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
DSPDebugWindow: Fix issue where the DSPLLE window would hang Dolphin on OSX
This commit is contained in:
@ -171,7 +171,6 @@ void DSPDebuggerLLE::Update()
|
|||||||
UpdateDisAsmListView();
|
UpdateDisAsmListView();
|
||||||
UpdateRegisterFlags();
|
UpdateRegisterFlags();
|
||||||
UpdateState();
|
UpdateState();
|
||||||
m_mgr.Update();
|
|
||||||
#if defined __WXGTK__
|
#if defined __WXGTK__
|
||||||
if (!wxIsMainThread())
|
if (!wxIsMainThread())
|
||||||
wxMutexGuiLeave();
|
wxMutexGuiLeave();
|
||||||
|
Reference in New Issue
Block a user