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

Method ClearSection

pcsx2/INISettingsInterface.cpp:279–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279void INISettingsInterface::ClearSection(const char* section)
280{
281 m_dirty = true;
282 m_ini.Delete(section, nullptr);
283 m_ini.SetValue(section, nullptr, nullptr);
284}
285
286void INISettingsInterface::RemoveSection(const char* section)
287{

Callers 5

SettingsOverrideMethod · 0.45
disableAllCheatsMethod · 0.45
disableAllPatchesMethod · 0.45

Calls 2

DeleteMethod · 0.80
SetValueMethod · 0.45

Tested by

no test coverage detected