mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 11:06:24 +02:00
HLE: optional hack: disable IsAnyInternetRequestAccepted
This commit is contained in:
parent
44632e5d8b
commit
0db85d0aa9
8 changed files with 39 additions and 18 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue