Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ IntegerDefaultValue
Method
IntegerDefaultValue
pcsx2/Pcsx2Config.cpp:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
s32 SettingInfo::IntegerDefaultValue() const
56
{
57
return default_value ? StringUtil::FromChars<s32>(default_value).value_or(0) : 0;
58
}
59
60
s32 SettingInfo::IntegerMinValue() const
61
{
Callers
4
createSettingWidgets
Method · 0.80
restoreDefaults
Method · 0.80
SetDefaultControllerConfig
Method · 0.80
DrawSettingInfoSetting
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected