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

Method SetFloatValue

common/MemorySettingsInterface.cpp:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156void MemorySettingsInterface::SetFloatValue(const char* section, const char* key, float value)
157{
158 SetValue(section, key, std::to_string(value));
159}
160
161void MemorySettingsInterface::SetDoubleValue(const char* section, const char* key, double value)
162{

Callers 1

EntryMethod · 0.45

Calls 1

to_stringFunction · 0.50

Tested by

no test coverage detected