mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 15:18:45 +00:00
undo duplication
This commit is contained in:
parent
f4fa036c8e
commit
7705790c6d
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue