mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 00:13:08 +00:00
undo duplication
This commit is contained in:
parent
f4fa036c8e
commit
7705790c6d
@ -313,8 +313,6 @@ void GcnDecodeContext::repairOperandType() {
|
|||||||
m_instruction.src[2].type = ScalarType::Uint64;
|
m_instruction.src[2].type = ScalarType::Uint64;
|
||||||
break;
|
break;
|
||||||
case Opcode::IMAGE_GATHER4_C:
|
case Opcode::IMAGE_GATHER4_C:
|
||||||
m_instruction.src[0].type = ScalarType::Any;
|
|
||||||
break;
|
|
||||||
case Opcode::IMAGE_GATHER4_C_O:
|
case Opcode::IMAGE_GATHER4_C_O:
|
||||||
m_instruction.src[0].type = ScalarType::Any;
|
m_instruction.src[0].type = ScalarType::Any;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user