mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-02-19 09:06:50 -05:00
Merge branch 'master' into feature/turbo-mode
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user