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

Method SetUIntValue

common/MemorySettingsInterface.cpp:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void MemorySettingsInterface::SetUIntValue(const char* section, const char* key, u32 value)
152{
153 SetValue(section, key, std::to_string(value));
154}
155
156void MemorySettingsInterface::SetFloatValue(const char* section, const char* key, float value)
157{

Callers 1

EntryMethod · 0.45

Calls 1

to_stringFunction · 0.50

Tested by

no test coverage detected