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

Method SetUIntValue

pcsx2/INISettingsInterface.cpp:238–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238void INISettingsInterface::SetUIntValue(const char* section, const char* key, uint value)
239{
240 m_dirty = true;
241 m_ini.SetValue(section, key, StringUtil::ToChars(value).c_str(), nullptr, true);
242}
243
244void INISettingsInterface::SetFloatValue(const char* section, const char* key, float value)
245{

Callers 3

SetDefaultSettingsMethod · 0.45
SetConfigSubTypeMethod · 0.45

Calls 3

ToCharsFunction · 0.85
SetValueMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected