diff options
Diffstat (limited to 'src/Ryujinx.Graphics.Shader/Decoders/RegisterType.cs')
| -rw-r--r-- | src/Ryujinx.Graphics.Shader/Decoders/RegisterType.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.Graphics.Shader/Decoders/RegisterType.cs b/src/Ryujinx.Graphics.Shader/Decoders/RegisterType.cs index 648f816a..c870464f 100644 --- a/src/Ryujinx.Graphics.Shader/Decoders/RegisterType.cs +++ b/src/Ryujinx.Graphics.Shader/Decoders/RegisterType.cs @@ -6,4 +6,4 @@ namespace Ryujinx.Graphics.Shader.Decoders Gpr, Predicate, } -}
\ No newline at end of file +} |
