Address feedback
This commit is contained in:
parent
de11263fe4
commit
1c73f2b7ad
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ namespace Ryujinx.Graphics.Gal.Shader
|
|||
{
|
||||
public static void Out_R(ShaderIrBlock Block, long OpCode)
|
||||
{
|
||||
//TODO: This registers have to be used for something
|
||||
//TODO: Those registers have to be used for something
|
||||
ShaderIrOperGpr Gpr0 = GetOperGpr0(OpCode);
|
||||
ShaderIrOperGpr Gpr8 = GetOperGpr8(OpCode);
|
||||
ShaderIrOperGpr Gpr20 = GetOperGpr20(OpCode);
|
||||
|
|
Loading…
Add table
Reference in a new issue