mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
fix restore, was not working on my machine (TM)
This commit is contained in:
parent
ee8868ed99
commit
0a6d48d108
1 changed files with 1 additions and 2 deletions
|
@ -1797,8 +1797,7 @@ void Config::RestoreDefaults(RestoreSettingsBits whatToRestore) {
|
|||
}
|
||||
|
||||
if (whatToRestore & RestoreSettingsBits::CONTROLS) {
|
||||
if (File::Exists(controllerIniFilename_))
|
||||
File::Delete(controllerIniFilename_);
|
||||
KeyMap::RestoreDefault();
|
||||
}
|
||||
|
||||
if (whatToRestore & RestoreSettingsBits::RECENT) {
|
||||
|
|
Loading…
Add table
Reference in a new issue