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

Method FloatDefaultValue

pcsx2/Pcsx2Config.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78float SettingInfo::FloatDefaultValue() const
79{
80 return default_value ? StringUtil::FromChars<float>(default_value).value_or(0.0f) : 0.0f;
81}
82
83float SettingInfo::FloatMinValue() const
84{

Callers 4

createSettingWidgetsMethod · 0.80
restoreDefaultsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected