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

Method SetFloatValue

pcsx2/INISettingsInterface.cpp:244–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244void INISettingsInterface::SetFloatValue(const char* section, const char* key, float value)
245{
246 m_dirty = true;
247 m_ini.SetValue(section, key, StringUtil::ToChars(value).c_str(), nullptr, true);
248}
249
250void INISettingsInterface::SetDoubleValue(const char* section, const char* key, double value)
251{

Calls 3

ToCharsFunction · 0.85
SetValueMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected