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

Method getIntSettingValue

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

Source from the content-addressed store, hash-verified

510}
511
512int DebugAnalysisSettingsWidget::getIntSettingValue(
513 const char* section, const char* key, int default_value)
514{
515 if (m_dialog)
516 return m_dialog->getEffectiveIntValue(section, key, default_value);
517
518 return Host::GetIntSettingValue(section, key, default_value);
519}
520
521#include "moc_DebugAnalysisSettingsWidget.cpp"

Callers

nothing calls this directly

Calls 1

getEffectiveIntValueMethod · 0.80

Tested by

no test coverage detected