HLE: optional hack: disable IsAnyInternetRequestAccepted

This commit is contained in:
Evan Husted 2025-03-05 23:57:48 -06:00
parent 44632e5d8b
commit 0db85d0aa9
8 changed files with 39 additions and 18 deletions

View file

@ -160,9 +160,7 @@ namespace Ryujinx.Ava.Systems.Configuration
DirtyHacks hacks = new (cff.DirtyHacks ?? []);
Hacks.Xc2MenuSoftlockFix.Value = hacks.IsEnabled(DirtyHack.Xc2MenuSoftlockFix);
Hacks.EnableShaderTranslationDelay.Value = hacks.IsEnabled(DirtyHack.ShaderTranslationDelay);
Hacks.ShaderTranslationDelay.Value = hacks[DirtyHack.ShaderTranslationDelay].CoerceAtLeast(0);
}
if (configurationFileUpdated)