| 2120 | } |
| 2121 | |
| 2122 | void Pcsx2Config::ClearConfiguration(SettingsInterface* dest_si) |
| 2123 | { |
| 2124 | FPControlRegisterBackup fpcr_backup(FPControlRegister::GetDefault()); |
| 2125 | |
| 2126 | Pcsx2Config temp; |
| 2127 | SettingsClearWrapper wrapper(*dest_si); |
| 2128 | temp.LoadSaveCore(wrapper); |
| 2129 | } |
| 2130 | |
| 2131 | void Pcsx2Config::ClearInvalidPerGameConfiguration(SettingsInterface* si) |
| 2132 | { |
nothing calls this directly
no test coverage detected