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

Method getStringSettingValue

pcsx2-qt/Settings/DebugAnalysisSettingsWidget.cpp:494–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492}
493
494std::string DebugAnalysisSettingsWidget::getStringSettingValue(
495 const char* section, const char* key, const char* default_value)
496{
497 if (m_dialog)
498 return m_dialog->getEffectiveStringValue(section, key, default_value);
499
500 return Host::GetStringSettingValue(section, key, default_value);
501}
502
503bool DebugAnalysisSettingsWidget::getBoolSettingValue(
504 const char* section, const char* key, bool default_value)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected