Skip to content

Commit

Permalink
Merge pull request shadps4-emu#325 from DanielSvoboda/BUFFER_STORE_DW…
Browse files Browse the repository at this point in the history
…ORDX2

BUFFER_STORE_DWORDX2
  • Loading branch information
georgemoralis authored Jul 26, 2024
2 parents 14e7859 + b2ba84a commit b7c3ff9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/shader_recompiler/frontend/translate/translate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,9 @@ void Translate(IR::Block* block, u32 block_base, std::span<const GcnInst> inst_l
case Opcode::BUFFER_STORE_DWORD:
translator.BUFFER_STORE_FORMAT(1, false, inst);
break;
case Opcode::BUFFER_STORE_DWORDX2:
translator.BUFFER_STORE_FORMAT(2, false, inst);
break;
case Opcode::BUFFER_STORE_DWORDX3:
translator.BUFFER_STORE_FORMAT(3, false, inst);
break;
Expand Down

0 comments on commit b7c3ff9

Please sign in to comment.