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

Method IntegerDefaultValue

pcsx2/Pcsx2Config.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55s32 SettingInfo::IntegerDefaultValue() const
56{
57 return default_value ? StringUtil::FromChars<s32>(default_value).value_or(0) : 0;
58}
59
60s32 SettingInfo::IntegerMinValue() const
61{

Callers 4

createSettingWidgetsMethod · 0.80
restoreDefaultsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected