MCPcopy Create free account
hub / github.com/cemu-project/Cemu / ValidateConfig

Method ValidateConfig

src/gui/GeneralSettings2.cpp:1094–1101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1092}
1093
1094void GeneralSettings2::ValidateConfig()
1095{
1096 g_config.Load();
1097
1098 auto& data = g_config.data();
1099 // todo
1100 //data.fullscreen_scaling = min(max(data.fullscreen_scaling,))
1101}
1102
1103void GeneralSettings2::DisableSettings(bool game_launched)
1104{

Callers

nothing calls this directly

Calls 2

LoadMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected