mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-17 08:39:01 +02:00
add game override support with a .ini file
This commit is contained in:
parent
e544cb3cf6
commit
2e7832762e
10 changed files with 688 additions and 23 deletions
|
|
@ -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};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue