mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06: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