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

Method SetDoubleValue

pcsx2/INISettingsInterface.cpp:250–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250void INISettingsInterface::SetDoubleValue(const char* section, const char* key, double value)
251{
252 m_dirty = true;
253 m_ini.SetValue(section, key, StringUtil::ToChars(value).c_str(), nullptr, true);
254}
255
256void INISettingsInterface::SetBoolValue(const char* section, const char* key, bool value)
257{

Callers

nothing calls this directly

Calls 3

ToCharsFunction · 0.85
SetValueMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected