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

Method IntegerMaxValue

pcsx2/Pcsx2Config.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66s32 SettingInfo::IntegerMaxValue() const
67{
68 static constexpr s32 fallback_value = std::numeric_limits<s32>::max();
69 return max_value ? StringUtil::FromChars<s32>(max_value).value_or(fallback_value) : fallback_value;
70}
71
72s32 SettingInfo::IntegerStepValue() const
73{

Callers 2

createSettingWidgetsMethod · 0.80

Calls 1

maxFunction · 0.50

Tested by

no test coverage detected