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

Method SetBoolValue

pcsx2/INISettingsInterface.cpp:256–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256void INISettingsInterface::SetBoolValue(const char* section, const char* key, bool value)
257{
258 m_dirty = true;
259 m_ini.SetBoolValue(section, key, value, nullptr, true);
260}
261
262void INISettingsInterface::SetStringValue(const char* section, const char* key, const char* value)
263{

Callers 15

ParseCommandLineArgsMethod · 0.45
SettingsOverrideMethod · 0.45
BindWidgetToBoolSettingFunction · 0.45
InitializeConfigMethod · 0.45
SetDefaultUISettingsMethod · 0.45
onNewProfileClickedMethod · 0.45
setBoolValueMethod · 0.45
onEthHostExportMethod · 0.45
setBoolSettingValueMethod · 0.45
saveSymbolSourcesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected