mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
GUI: Made the symbols menu talk more
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4181 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
486798c580
commit
8cd6e1d409
4 changed files with 30 additions and 9 deletions
|
@ -518,7 +518,10 @@ void Host_UpdateStatusBar(const char* _pText, int Field)
|
|||
event.SetInt(Field);
|
||||
// Post message
|
||||
// TODO : this has been said to cause hang (??) how is that even possible ? :d
|
||||
event.StopPropagation();
|
||||
wxPostEvent(main_frame, event);
|
||||
// Process the event before continue
|
||||
wxYieldIfNeeded();
|
||||
}
|
||||
|
||||
void Host_SetWiiMoteConnectionState(int _State)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue