diff options
Diffstat (limited to 'Ryujinx.Graphics/Gal/Shader/ShaderDecodeFunc.cs')
-rw-r--r-- | Ryujinx.Graphics/Gal/Shader/ShaderDecodeFunc.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics/Gal/Shader/ShaderDecodeFunc.cs b/Ryujinx.Graphics/Gal/Shader/ShaderDecodeFunc.cs index 73248aa0..cc385aa4 100644 --- a/Ryujinx.Graphics/Gal/Shader/ShaderDecodeFunc.cs +++ b/Ryujinx.Graphics/Gal/Shader/ShaderDecodeFunc.cs @@ -1,4 +1,4 @@ namespace Ryujinx.Graphics.Gal.Shader { - delegate void ShaderDecodeFunc(ShaderIrBlock Block, long OpCode, int Position); + delegate void ShaderDecodeFunc(ShaderIrBlock block, long opCode, int position); }
\ No newline at end of file |