Possible fix for random crashes with plenty of games(like Mario Galaxy) and issue 4568 (please test).

Gameini database changes that affects Black & Bruised, BLOODY ROAR(R): PRIMAL FURY, CASPER, Karaoke Revolution Party, Wii Music, TMNT.
This commit is contained in:
kostamarino@hotmail.com
2011-10-19 21:03:08 +03:00
parent 5b2c5c9ce3
commit 8d9061ac39
14 changed files with 186 additions and 18 deletions

View File

@ -510,7 +510,6 @@ void Host_UpdateTitle(const char* title)
wxCommandEvent event(wxEVT_HOST_COMMAND, IDM_UPDATETITLE);
event.SetString(wxString::FromAscii(title));
main_frame->GetEventHandler()->AddPendingEvent(event);
Host_UpdateMainFrame();
}
void Host_UpdateBreakPointView()