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

Method GetStringListSetting

pcsx2/Host.cpp:350–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350std::vector<std::string> Host::GetStringListSetting(const char* section, const char* key)
351{
352 std::unique_lock lock(s_settings_mutex);
353 return s_layered_settings_interface.GetStringList(section, key);
354}
355
356SettingsInterface* Host::Internal::GetBaseSettingsLayer()
357{

Callers

nothing calls this directly

Calls 1

GetStringListMethod · 0.45

Tested by

no test coverage detected