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

Method getEffectiveStringValue

pcsx2-qt/Settings/SettingsWindow.cpp:487–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485}
486
487std::string SettingsWindow::getEffectiveStringValue(const char* section, const char* key, const char* default_value) const
488{
489 std::string value;
490 if (!m_sif || !m_sif->GetStringValue(section, key, &value))
491 value = Host::GetBaseStringSettingValue(section, key, default_value);
492 return value;
493}
494
495std::optional<bool> SettingsWindow::getBoolValue(const char* section, const char* key, std::optional<bool> default_value) const
496{

Callers 10

getConfiguredOsdFontPathFunction · 0.80
onCaptureCodecChangedMethod · 0.80
onSyncModeChangedMethod · 0.80
getEffectiveBackendMethod · 0.80
updateDeviceNamesMethod · 0.80
getStringSettingValueMethod · 0.80
refreshMethod · 0.80

Calls 1

GetStringValueMethod · 0.45

Tested by

no test coverage detected