diff --git a/Core/Config.cpp b/Core/Config.cpp index 618a2be5bc..bc9d87f244 100644 --- a/Core/Config.cpp +++ b/Core/Config.cpp @@ -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) {