add game override support with a .ini file

This commit is contained in:
Maufeat 2026-02-08 04:00:48 +01:00 committed by crueter
parent e544cb3cf6
commit 2e7832762e
10 changed files with 688 additions and 23 deletions

View file

@ -795,6 +795,7 @@ struct Values {
// Per-game overrides
bool use_squashed_iterated_blend;
bool enable_global_overrides{true};
Setting<bool> enable_overlay{linkage, false, "enable_overlay", Category::Core};
};