diff options
| author | hrydgard <hrydgard@gmail.com> | 2009-07-11 21:35:23 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2009-07-11 21:35:23 +0000 |
| commit | e2f57b6f6cf3418ccc7d22753f2ca670d20c7cb0 (patch) | |
| tree | 254ac002c1b59d742bc72ae205bad6203611e95a /Source | |
| parent | d99ac909b98e171ba528e85722eeb45b84992dd6 (diff) | |
"fix" hang ... this should be investigated
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3755 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/DolphinWX/Src/Main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
