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

Method SetStringValue

pcsx2/INISettingsInterface.cpp:262–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262void INISettingsInterface::SetStringValue(const char* section, const char* key, const char* value)
263{
264 m_dirty = true;
265 m_ini.SetValue(section, key, value, nullptr, true);
266}
267
268bool INISettingsInterface::ContainsValue(const char* section, const char* key) const
269{

Callers 15

ParseCommandLineArgsMethod · 0.45
Main.cppFile · 0.45
SettingsOverrideMethod · 0.45
BindWidgetToEnumSettingFunction · 0.45
saveCoverURLsMethod · 0.45
SetDefaultUISettingsMethod · 0.45
setStringValueMethod · 0.45
onEthHostExportMethod · 0.45

Calls 1

SetValueMethod · 0.45

Tested by

no test coverage detected