Merge branch 'master' into feature/turbo-mode

This commit is contained in:
Evan Husted
2025-03-10 01:10:22 -05:00
137 changed files with 1171 additions and 1020 deletions

View File

@@ -9,7 +9,8 @@ namespace Ryujinx.Common.Configuration
public enum DirtyHack : byte
{
Xc2MenuSoftlockFix = 1,
ShaderTranslationDelay = 2
// ShaderTranslationDelay = 2
NifmServiceDisableIsAnyInternetRequestAccepted = 3
}
public readonly struct EnabledDirtyHack(DirtyHack hack, int value)