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

Method getBoolValue

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

Source from the content-addressed store, hash-verified

313}
314
315bool ControllerSettingsWindow::getBoolValue(const char* section, const char* key, bool default_value) const
316{
317 if (m_profile_interface)
318 return m_profile_interface->GetBoolValue(section, key, default_value);
319 else
320 return Host::GetBaseBoolSettingValue(section, key, default_value);
321}
322
323s32 ControllerSettingsWindow::getIntValue(const char* section, const char* key, s32 default_value) const
324{

Callers

nothing calls this directly

Calls 1

GetBoolValueMethod · 0.45

Tested by

no test coverage detected