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

Method Entry

common/SettingsWrapper.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void SettingsLoadWrapper::Entry(const char* section, const char* var, int& value, const int defvalue /*= 0*/)
42{
43 value = m_si.GetIntValue(section, var, defvalue);
44}
45
46void SettingsLoadWrapper::Entry(const char* section, const char* var, uint& value, const uint defvalue /*= 0*/)
47{

Callers 3

LoadSaveMethod · 0.45
LoadSaveMemcardsMethod · 0.45
LoadSaveMethod · 0.45

Calls 13

GetIntValueMethod · 0.45
GetUIntValueMethod · 0.45
GetBoolValueMethod · 0.45
GetFloatValueMethod · 0.45
GetStringValueMethod · 0.45
dataMethod · 0.45
SetIntValueMethod · 0.45
SetUIntValueMethod · 0.45
SetBoolValueMethod · 0.45
SetFloatValueMethod · 0.45
SetStringValueMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected