mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-04 06:06:00 +00:00
Implement TBUFFER_STORE_FORMAT_XY
This commit is contained in:
parent
fae0c0ae85
commit
86870e7c8d
|
@ -94,6 +94,8 @@ void Translator::EmitVectorMemory(const GcnInst& inst) {
|
|||
|
||||
case Opcode::TBUFFER_STORE_FORMAT_X:
|
||||
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:
|
||||
return BUFFER_STORE_FORMAT(3, true, true, inst);
|
||||
|
||||
|
|
Loading…
Reference in a new issue