mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-21 18:13:14 +02:00
Fix: now it is enough to activate dirty hack in global settings for the option to appear in custom settings
This commit is contained in:
parent
244c0505d9
commit
2585adf4b8
1 changed files with 2 additions and 2 deletions
|
@ -157,8 +157,8 @@ namespace Ryujinx.Ava.Systems.Configuration
|
|||
Multiplayer.LdnServer.Value = cff.LdnServer;
|
||||
|
||||
{
|
||||
Hacks.ShowDirtyHacks.Value = cff.ShowDirtyHacks;
|
||||
|
||||
Hacks.ShowDirtyHacks.Value = shouldLoadFromFile ? cff.ShowDirtyHacks: Hacks.ShowDirtyHacks.Value; // Get from global config only
|
||||
|
||||
DirtyHacks hacks = new (cff.DirtyHacks ?? []);
|
||||
|
||||
Hacks.Xc2MenuSoftlockFix.Value = hacks.IsEnabled(DirtyHack.Xc2MenuSoftlockFix);
|
||||
|
|
Loading…
Add table
Reference in a new issue