aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal/Shader/ShaderDecodeFunc.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics/Gal/Shader/ShaderDecodeFunc.cs')
-rw-r--r--Ryujinx.Graphics/Gal/Shader/ShaderDecodeFunc.cs2
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