"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:
parent
d99ac909b9
commit
e2f57b6f6c
|
@ -457,7 +457,8 @@ void Host_UpdateStatusBar(const char* _pText, int Field)
|
||||||
// Update statusbar field
|
// Update statusbar field
|
||||||
event.SetInt(Field);
|
event.SetInt(Field);
|
||||||
// Post message
|
// Post message
|
||||||
wxPostEvent(main_frame, event);
|
// DISABLED - this has been found to cause random hangs.
|
||||||
|
// wxPostEvent(main_frame, event);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef SETUP_TIMER_WAITING
|
#ifdef SETUP_TIMER_WAITING
|
||||||
|
|
Loading…
Reference in New Issue