Small Fix: now it is enough to activate dirty hack in global settings for the option...
See merge request [ryubing/ryujinx!20](https://git.ryujinx.app/ryubing/ryujinx/-/merge_requests/20)merge-requests/41/head Canary-1.3.48
parent
d85ec0eff5
commit
6f59a14ec6
|
|
@ -157,7 +157,7 @@ namespace Ryujinx.Ava.Systems.Configuration
|
||||||
Multiplayer.LdnServer.Value = cff.LdnServer;
|
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 ?? []);
|
DirtyHacks hacks = new (cff.DirtyHacks ?? []);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue