From acc0b0f3138b0ea4d573db5152927026c29bd61d Mon Sep 17 00:00:00 2001 From: gdkchan Date: Sun, 5 Dec 2021 09:25:05 -0300 Subject: Fix FLO.SH shader instruction with a input of 0 (#2876) * Fix FLO.SH shader instruction with a input of 0 * Shader cache version bump --- Ryujinx.Graphics.Shader/IntermediateRepresentation/Instruction.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Ryujinx.Graphics.Shader/IntermediateRepresentation') diff --git a/Ryujinx.Graphics.Shader/IntermediateRepresentation/Instruction.cs b/Ryujinx.Graphics.Shader/IntermediateRepresentation/Instruction.cs index c3fb2882..9a2c844d 100644 --- a/Ryujinx.Graphics.Shader/IntermediateRepresentation/Instruction.cs +++ b/Ryujinx.Graphics.Shader/IntermediateRepresentation/Instruction.cs @@ -68,8 +68,9 @@ namespace Ryujinx.Graphics.Shader.IntermediateRepresentation ExponentB2, FSIBegin, FSIEnd, - FindFirstSetS32, - FindFirstSetU32, + FindLSB, + FindMSBS32, + FindMSBU32, Floor, FusedMultiplyAdd, GroupMemoryBarrier, -- cgit v1.2.3