mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user