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

Method GetBaseStringListSetting

pcsx2/Host.cpp:234–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234std::vector<std::string> Host::GetBaseStringListSetting(const char* section, const char* key)
235{
236 std::unique_lock lock(s_settings_mutex);
237 return s_layered_settings_interface.GetLayer(LayeredSettingsInterface::LAYER_BASE)->GetStringList(section, key);
238}
239
240void Host::SetBaseBoolSettingValue(const char* section, const char* key, bool value)
241{

Callers

nothing calls this directly

Calls 2

GetLayerMethod · 0.80
GetStringListMethod · 0.45

Tested by

no test coverage detected