From 7705790c6db1652b4b7c54b9a758e5dffe6b75ca Mon Sep 17 00:00:00 2001 From: ElBread3 <92335081+ElBread3@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:42:55 -0500 Subject: [PATCH] undo duplication --- src/shader_recompiler/frontend/decode.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/shader_recompiler/frontend/decode.cpp b/src/shader_recompiler/frontend/decode.cpp index c0b5cf766..98f97dd12 100644 --- a/src/shader_recompiler/frontend/decode.cpp +++ b/src/shader_recompiler/frontend/decode.cpp @@ -313,8 +313,6 @@ void GcnDecodeContext::repairOperandType() { m_instruction.src[2].type = ScalarType::Uint64; break; case Opcode::IMAGE_GATHER4_C: - m_instruction.src[0].type = ScalarType::Any; - break; case Opcode::IMAGE_GATHER4_C_O: m_instruction.src[0].type = ScalarType::Any; break;