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

Method EntryBitBool

common/SettingsWrapper.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96bool SettingsLoadWrapper::EntryBitBool(const char* section, const char* var, bool value, const bool defvalue /*= false*/)
97{
98 return m_si.GetBoolValue(section, var, defvalue);
99}
100
101int SettingsLoadWrapper::EntryBitfield(const char* section, const char* var, int value, const int defvalue /*= 0*/)
102{

Callers 2

LoadSaveMethod · 0.80
LoadSaveMethod · 0.80

Calls 3

GetBoolValueMethod · 0.45
SetBoolValueMethod · 0.45
DeleteValueMethod · 0.45

Tested by

no test coverage detected