mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Workaround crash when clearing recents
This commit is contained in:
parent
8991329de4
commit
f29dbbee29
@ -1765,5 +1765,6 @@ UI::EventReturn GridSettingsPopupScreen::GridMinusClick(UI::EventParams &e) {
|
|||||||
UI::EventReturn GridSettingsPopupScreen::OnRecentClearClick(UI::EventParams &e) {
|
UI::EventReturn GridSettingsPopupScreen::OnRecentClearClick(UI::EventParams &e) {
|
||||||
g_Config.ClearRecentIsos();
|
g_Config.ClearRecentIsos();
|
||||||
OnRecentChanged.Trigger(e);
|
OnRecentChanged.Trigger(e);
|
||||||
|
TriggerFinish(DR_OK);
|
||||||
return UI::EVENT_DONE;
|
return UI::EVENT_DONE;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user