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

@ -757,6 +757,8 @@ namespace Ryujinx.Ava.UI.ViewModels
// Dirty Hacks
config.Hacks.Xc2MenuSoftlockFix.Value = DirtyHacks.Xc2MenuSoftlockFix;
config.Hacks.DisableNifmIsAnyInternetRequestAccepted.Value =
DirtyHacks.NifmDisableIsAnyInternetRequestAccepted;
config.ToFileFormat().SaveConfig(Program.ConfigurationPath);