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

Method IntegerMinValue

pcsx2/Pcsx2Config.cpp:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60s32 SettingInfo::IntegerMinValue() const
61{
62 static constexpr s32 fallback_value = std::numeric_limits<s32>::min();
63 return min_value ? StringUtil::FromChars<s32>(min_value).value_or(fallback_value) : fallback_value;
64}
65
66s32 SettingInfo::IntegerMaxValue() const
67{

Callers 3

createSettingWidgetsMethod · 0.80
restoreDefaultsMethod · 0.80

Calls 1

minFunction · 0.50

Tested by

no test coverage detected