mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-25 01:00:01 +00:00
Change to System section
This commit is contained in:
parent
15c53d40f5
commit
b7094c7e2a
@ -323,8 +323,8 @@ namespace SaveState
|
||||
if (!fn.empty()) {
|
||||
Load(fn, callback, cbUserData);
|
||||
} else {
|
||||
I18NCategory *s = GetI18NCategory("Screen");
|
||||
osm.Show(s->T("Failed to load state. Error in the file system."), 2.0);
|
||||
I18NCategory *sy = GetI18NCategory("System");
|
||||
osm.Show(sy->T("Failed to load state. Error in the file system."), 2.0);
|
||||
if (callback)
|
||||
callback(false, cbUserData);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user