diff --git a/src/shader_recompiler/frontend/translate/vector_alu.cpp b/src/shader_recompiler/frontend/translate/vector_alu.cpp index 75a59d59b..b061d3b78 100644 --- a/src/shader_recompiler/frontend/translate/vector_alu.cpp +++ b/src/shader_recompiler/frontend/translate/vector_alu.cpp @@ -122,7 +122,7 @@ void Translator::EmitVectorAlu(const GcnInst& inst) { case Opcode::V_CVT_F64_F32: return V_CVT_F64_F32(inst); case Opcode::V_CVT_RPI_I32_F32: - return V_CVT_RPI_I32_F32(inst); + return V_CVT_RPI_I32_F32(inst); case Opcode::V_CVT_OFF_F32_I4: return V_CVT_OFF_F32_I4(inst); case Opcode::V_CVT_F32_UBYTE0: