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

Method SetIntValue

common/MemorySettingsInterface.cpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void MemorySettingsInterface::SetIntValue(const char* section, const char* key, s32 value)
147{
148 SetValue(section, key, std::to_string(value));
149}
150
151void MemorySettingsInterface::SetUIntValue(const char* section, const char* key, u32 value)
152{

Callers 2

EntryMethod · 0.45
EntryBitfieldMethod · 0.45

Calls 1

to_stringFunction · 0.50

Tested by

no test coverage detected