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

Method DeleteValue

pcsx2/INISettingsInterface.cpp:273–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273void INISettingsInterface::DeleteValue(const char* section, const char* key)
274{
275 m_dirty = true;
276 m_ini.Delete(section, key);
277}
278
279void INISettingsInterface::ClearSection(const char* section)
280{

Calls 1

DeleteMethod · 0.80

Tested by

no test coverage detected