mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Fixed one of the two remaining crash on Stop (issue 600), and removed some setup defines which are now useless anyway.
There's an attempt to implement Peek_Color too, probably done wrong :P git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3799 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -393,6 +393,7 @@ void Host_UpdateDisasmDialog()
|
||||
{
|
||||
wxCommandEvent event(wxEVT_HOST_COMMAND, IDM_UPDATEDISASMDIALOG);
|
||||
wxPostEvent(main_frame, event);
|
||||
|
||||
if (g_pCodeWindow)
|
||||
{
|
||||
wxPostEvent(g_pCodeWindow, event);
|
||||
@ -503,13 +504,6 @@ void Host_UpdateStatusBar(const char* _pText, int Field)
|
||||
// wxPostEvent(main_frame, event);
|
||||
}
|
||||
|
||||
#ifdef SETUP_TIMER_WAITING
|
||||
void Host_UpdateGUI()
|
||||
{
|
||||
main_frame->UpdateGUI();
|
||||
}
|
||||
#endif
|
||||
|
||||
// g_VideoInitialize.pSysMessage() goes here
|
||||
void Host_SysMessage(const char *fmt, ...)
|
||||
{
|
||||
|
Reference in New Issue
Block a user