Browse Source
configuration: Simplify applying per-game settings
configuration: Simplify applying per-game settings
Originally, every time we add a per-game setting, we'd have to guard for it when setting it on the global config, and use a specific function to do it for the per-game config. This moves the global check into the ApplyPerGameSetting function so that we can use it for changing both the global and per-game states. Less work for the programmer.remotes/1778439668340191200/nce_cpp
6 changed files with 69 additions and 112 deletions
-
42src/yuzu/configuration/configuration_shared.cpp
-
11src/yuzu/configuration/configure_audio.cpp
-
12src/yuzu/configuration/configure_general.cpp
-
42src/yuzu/configuration/configure_graphics.cpp
-
47src/yuzu/configuration/configure_graphics_advanced.cpp
-
27src/yuzu/configuration/configure_system.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue