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

Method FloatMinValue

pcsx2/Pcsx2Config.cpp:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83float SettingInfo::FloatMinValue() const
84{
85 static constexpr float fallback_value = std::numeric_limits<float>::min();
86 return min_value ? StringUtil::FromChars<float>(min_value).value_or(fallback_value) : fallback_value;
87}
88
89float SettingInfo::FloatMaxValue() const
90{

Callers 2

createSettingWidgetsMethod · 0.80

Calls 1

minFunction · 0.50

Tested by

no test coverage detected