"fix" hang ... this should be investigated

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3755 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard 2009-07-11 21:35:23 +00:00
parent d99ac909b9
commit e2f57b6f6c
1 changed files with 2 additions and 1 deletions

View File

@ -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