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

Method getIntValue

pcsx2-qt/Settings/ControllerSettingsWindow.cpp:323–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323s32 ControllerSettingsWindow::getIntValue(const char* section, const char* key, s32 default_value) const
324{
325 if (m_profile_interface)
326 return m_profile_interface->GetIntValue(section, key, default_value);
327 else
328 return Host::GetBaseIntSettingValue(section, key, default_value);
329}
330
331std::string ControllerSettingsWindow::getStringValue(const char* section, const char* key, const char* default_value) const
332{

Callers

nothing calls this directly

Calls 1

GetIntValueMethod · 0.45

Tested by

no test coverage detected