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

Method RemoveFromStringList

pcsx2/INISettingsInterface.cpp:331–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331bool INISettingsInterface::RemoveFromStringList(const char* section, const char* key, const char* item)
332{
333 m_dirty = true;
334 return m_ini.DeleteValue(section, key, item, true);
335}
336
337bool INISettingsInterface::AddToStringList(const char* section, const char* key, const char* item)
338{

Calls 1

DeleteValueMethod · 0.45

Tested by

no test coverage detected