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

Method BooleanDefaultValue

pcsx2/Pcsx2Config.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50bool SettingInfo::BooleanDefaultValue() const
51{
52 return default_value ? StringUtil::FromChars<bool>(default_value).value_or(false) : false;
53}
54
55s32 SettingInfo::IntegerDefaultValue() const
56{

Callers 4

createSettingWidgetsMethod · 0.80
restoreDefaultsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected