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

Method AddBaseValueToStringList

pcsx2/Host.cpp:276–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276bool Host::AddBaseValueToStringList(const char* section, const char* key, const char* value)
277{
278 std::unique_lock lock(s_settings_mutex);
279 return s_layered_settings_interface.GetLayer(LayeredSettingsInterface::LAYER_BASE)
280 ->AddToStringList(section, key, value);
281}
282
283bool Host::RemoveBaseValueFromStringList(const char* section, const char* key, const char* value)
284{

Callers

nothing calls this directly

Calls 2

GetLayerMethod · 0.80
AddToStringListMethod · 0.45

Tested by

no test coverage detected