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

Method FloatMaxValue

pcsx2/Pcsx2Config.cpp:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89float SettingInfo::FloatMaxValue() const
90{
91 static constexpr float fallback_value = std::numeric_limits<float>::max();
92 return max_value ? StringUtil::FromChars<float>(max_value).value_or(fallback_value) : fallback_value;
93}
94
95float SettingInfo::FloatStepValue() const
96{

Callers 2

createSettingWidgetsMethod · 0.80

Calls 1

maxFunction · 0.50

Tested by

no test coverage detected