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

Method GetUIntSettingValue

pcsx2/Host.cpp:332–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332uint Host::GetUIntSettingValue(const char* section, const char* key, uint default_value /*= 0*/)
333{
334 std::unique_lock lock(s_settings_mutex);
335 return s_layered_settings_interface.GetUIntValue(section, key, default_value);
336}
337
338float Host::GetFloatSettingValue(const char* section, const char* key, float default_value /*= 0.0f*/)
339{

Callers

nothing calls this directly

Calls 1

GetUIntValueMethod · 0.45

Tested by

no test coverage detected