MCPcopy 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

43Pcsx2Config EmuConfig;
44
45const char* SettingInfo::StringDefaultValue() const
46{
47 return default_value ? default_value : "";
48}
49
50bool SettingInfo::BooleanDefaultValue() const
51{

Callers 4

createSettingWidgetsMethod · 0.80
restoreDefaultsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected