mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 13:48:40 +00:00
Implement TBUFFER_STORE_FORMAT_XY
This commit is contained in:
@@ -94,6 +94,8 @@ void Translator::EmitVectorMemory(const GcnInst& inst) {
|
|||||||
|
|
||||||
case Opcode::TBUFFER_STORE_FORMAT_X:
|
case Opcode::TBUFFER_STORE_FORMAT_X:
|
||||||
return BUFFER_STORE_FORMAT(1, true, true, inst);
|
return BUFFER_STORE_FORMAT(1, true, true, inst);
|
||||||
|
case Opcode::TBUFFER_STORE_FORMAT_XY:
|
||||||
|
return BUFFER_STORE_FORMAT(2, true, true, inst);
|
||||||
case Opcode::TBUFFER_STORE_FORMAT_XYZ:
|
case Opcode::TBUFFER_STORE_FORMAT_XYZ:
|
||||||
return BUFFER_STORE_FORMAT(3, true, true, inst);
|
return BUFFER_STORE_FORMAT(3, true, true, inst);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user