Update Ryujinx.Graphics.Shader/Decoders/InstDecoders.cs

Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>
This commit is contained in:
Isaac Marovitz 2023-01-01 11:44:11 -05:00 committed by GitHub
parent 7c924fdc15
commit 4b0cec6442
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -280,7 +280,6 @@ namespace Ryujinx.Graphics.Shader.Decoders
S64 = 7, S64 = 7,
} }
[Flags]
enum ISrcDstFmt enum ISrcDstFmt
{ {
U8 = 0, U8 = 0,