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

Method SetStringValue

common/MemorySettingsInterface.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void MemorySettingsInterface::SetStringValue(const char* section, const char* key, const char* value)
172{
173 SetValue(section, key, value);
174}
175
176std::vector<std::pair<std::string, std::string>> MemorySettingsInterface::GetKeyValueList(const char* section) const
177{

Callers 2

EntryMethod · 0.45
_EnumEntryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected