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

Method EntryBitfield

common/SettingsWrapper.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101int SettingsLoadWrapper::EntryBitfield(const char* section, const char* var, int value, const int defvalue /*= 0*/)
102{
103 return m_si.GetIntValue(section, var, defvalue);
104}
105
106SettingsSaveWrapper::SettingsSaveWrapper(SettingsInterface& si)
107 : SettingsWrapper(si)

Callers 1

LoadSaveMethod · 0.80

Calls 3

GetIntValueMethod · 0.45
SetIntValueMethod · 0.45
DeleteValueMethod · 0.45

Tested by

no test coverage detected