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

Method SetBaseFloatSettingValue

pcsx2/Host.cpp:258–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258void Host::SetBaseFloatSettingValue(const char* section, const char* key, float value)
259{
260 std::unique_lock lock(s_settings_mutex);
261 s_layered_settings_interface.GetLayer(LayeredSettingsInterface::LAYER_BASE)->SetFloatValue(section, key, value);
262}
263
264void Host::SetBaseStringSettingValue(const char* section, const char* key, const char* value)
265{

Callers

nothing calls this directly

Calls 2

GetLayerMethod · 0.80
SetFloatValueMethod · 0.45

Tested by

no test coverage detected