From 68ff521bac9a1b9a4c3d0cfc51ed8b016d31c0a2 Mon Sep 17 00:00:00 2001 From: DanielSvoboda Date: Sun, 28 Jul 2024 23:22:13 -0300 Subject: [PATCH] Update opcodes.inc --- src/shader_recompiler/ir/opcodes.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/shader_recompiler/ir/opcodes.inc b/src/shader_recompiler/ir/opcodes.inc index b5a101966..dd83c9fa8 100644 --- a/src/shader_recompiler/ir/opcodes.inc +++ b/src/shader_recompiler/ir/opcodes.inc @@ -260,8 +260,6 @@ OPCODE(SMax32, U32, U32, OPCODE(UMax32, U32, U32, U32, ) OPCODE(SClamp32, U32, U32, U32, U32, ) OPCODE(UClamp32, U32, U32, U32, U32, ) -OPCODE(SLessThan, U1, U32, U32, ) -OPCODE(ULessThan, U1, U32, U32, ) OPCODE(SLessThan32, U1, U32, U32, ) OPCODE(SLessThan64, U1, U64, U64, ) OPCODE(ULessThan32, U1, U32, U32, )