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

Method RemoveBaseValueFromStringList

pcsx2/Host.cpp:283–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283bool Host::RemoveBaseValueFromStringList(const char* section, const char* key, const char* value)
284{
285 std::unique_lock lock(s_settings_mutex);
286 return s_layered_settings_interface.GetLayer(LayeredSettingsInterface::LAYER_BASE)
287 ->RemoveFromStringList(section, key, value);
288}
289
290bool Host::ContainsBaseSettingValue(const char* section, const char* key)
291{

Callers

nothing calls this directly

Calls 2

GetLayerMethod · 0.80
RemoveFromStringListMethod · 0.45

Tested by

no test coverage detected