mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-24 06:47:44 +02:00
Merge branch 'master_global_dirty_hack' into 'master'
Small Fix: now it is enough to activate dirty hack in global settings for the option... See merge request ryubing/ryujinx!20
This commit is contained in:
commit
90330eae2a
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue