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

Method SetBoolValue

common/MemorySettingsInterface.cpp:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void MemorySettingsInterface::SetBoolValue(const char* section, const char* key, bool value)
167{
168 SetValue(section, key, std::to_string(value));
169}
170
171void MemorySettingsInterface::SetStringValue(const char* section, const char* key, const char* value)
172{

Callers 2

EntryMethod · 0.45
EntryBitBoolMethod · 0.45

Calls 1

to_stringFunction · 0.50

Tested by

no test coverage detected