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

Method SetBaseStringListSettingValue

pcsx2/Host.cpp:270–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270void Host::SetBaseStringListSettingValue(const char* section, const char* key, const std::vector<std::string>& values)
271{
272 std::unique_lock lock(s_settings_mutex);
273 s_layered_settings_interface.GetLayer(LayeredSettingsInterface::LAYER_BASE)->SetStringList(section, key, values);
274}
275
276bool Host::AddBaseValueToStringList(const char* section, const char* key, const char* value)
277{

Callers

nothing calls this directly

Calls 2

GetLayerMethod · 0.80
SetStringListMethod · 0.45

Tested by

no test coverage detected