Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ StringDefaultValue
Method
StringDefaultValue
pcsx2/Pcsx2Config.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
Pcsx2Config EmuConfig;
44
45
const char* SettingInfo::StringDefaultValue() const
46
{
47
return default_value ? default_value :
""
;
48
}
49
50
bool SettingInfo::BooleanDefaultValue() const
51
{
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