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

Method GetFloatSettingValue

pcsx2/Host.cpp:338–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338float Host::GetFloatSettingValue(const char* section, const char* key, float default_value /*= 0.0f*/)
339{
340 std::unique_lock lock(s_settings_mutex);
341 return s_layered_settings_interface.GetFloatValue(section, key, default_value);
342}
343
344double Host::GetDoubleSettingValue(const char* section, const char* key, double default_value /*= 0.0f*/)
345{

Callers

nothing calls this directly

Calls 1

GetFloatValueMethod · 0.45

Tested by

no test coverage detected