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

Method SetBaseUIntSettingValue

pcsx2/Host.cpp:252–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252void Host::SetBaseUIntSettingValue(const char* section, const char* key, uint value)
253{
254 std::unique_lock lock(s_settings_mutex);
255 s_layered_settings_interface.GetLayer(LayeredSettingsInterface::LAYER_BASE)->SetUIntValue(section, key, value);
256}
257
258void Host::SetBaseFloatSettingValue(const char* section, const char* key, float value)
259{

Callers

nothing calls this directly

Calls 2

GetLayerMethod · 0.80
SetUIntValueMethod · 0.45

Tested by

no test coverage detected