From e2f57b6f6cf3418ccc7d22753f2ca670d20c7cb0 Mon Sep 17 00:00:00 2001 From: hrydgard Date: Sat, 11 Jul 2009 21:35:23 +0000 Subject: [PATCH] "fix" hang ... this should be investigated git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3755 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DolphinWX/Src/Main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/Core/DolphinWX/Src/Main.cpp b/Source/Core/DolphinWX/Src/Main.cpp index 0d453d5da0..362df5e53d 100644 --- a/Source/Core/DolphinWX/Src/Main.cpp +++ b/Source/Core/DolphinWX/Src/Main.cpp @@ -457,7 +457,8 @@ void Host_UpdateStatusBar(const char* _pText, int Field) // Update statusbar field event.SetInt(Field); // Post message - wxPostEvent(main_frame, event); + // DISABLED - this has been found to cause random hangs. + // wxPostEvent(main_frame, event); } #ifdef SETUP_TIMER_WAITING