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

Method SetIntValue

pcsx2/INISettingsInterface.cpp:232–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232void INISettingsInterface::SetIntValue(const char* section, const char* key, int value)
233{
234 m_dirty = true;
235 m_ini.SetValue(section, key, StringUtil::ToChars(value).c_str(), nullptr, true);
236}
237
238void INISettingsInterface::SetUIntValue(const char* section, const char* key, uint value)
239{

Callers 15

ParseCommandLineArgsMethod · 0.45
SettingsOverrideMethod · 0.45
BindWidgetToIntSettingFunction · 0.45
saveCoverURLsMethod · 0.45
setIntValueMethod · 0.45
setIntSettingValueMethod · 0.45
saveSymbolSourcesMethod · 0.45
saveSymbolFilesMethod · 0.45

Calls 3

ToCharsFunction · 0.85
SetValueMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected