MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / ClearConfiguration

Method ClearConfiguration

pcsx2/Pcsx2Config.cpp:2122–2129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2120}
2121
2122void 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
2131void Pcsx2Config::ClearInvalidPerGameConfiguration(SettingsInterface* si)
2132{

Callers

nothing calls this directly

Calls 1

LoadSaveCoreMethod · 0.80

Tested by

no test coverage detected