mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Android: Warn if PPSSPP fails to save the config file.
This commit is contained in:
parent
7e10633472
commit
d0d2675645
1 changed files with 1 additions and 0 deletions
|
@ -1108,6 +1108,7 @@ void Config::Save() {
|
|||
|
||||
if (!iniFile.Save(iniFilename_.c_str())) {
|
||||
ERROR_LOG(LOADER, "Error saving config - can't write ini %s", iniFilename_.c_str());
|
||||
System_SendMessage("toast", "Failed to save settings!\nCheck permissions, or try to restart the device.");
|
||||
return;
|
||||
}
|
||||
INFO_LOG(LOADER, "Config saved: %s", iniFilename_.c_str());
|
||||
|
|
Loading…
Add table
Reference in a new issue