mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-13 05:05:57 +00:00
fix: Add new image atomic instructions to relevant lists.
This commit is contained in:
parent
c47d9b2ad6
commit
10b24d04bc
2 changed files with 4 additions and 0 deletions
|
@ -101,6 +101,8 @@ bool IsImageAtomicInstruction(const IR::Inst& inst) {
|
|||
case IR::Opcode::ImageAtomicUMin32:
|
||||
case IR::Opcode::ImageAtomicSMax32:
|
||||
case IR::Opcode::ImageAtomicUMax32:
|
||||
case IR::Opcode::ImageAtomicFMax32:
|
||||
case IR::Opcode::ImageAtomicFMin32:
|
||||
case IR::Opcode::ImageAtomicInc32:
|
||||
case IR::Opcode::ImageAtomicDec32:
|
||||
case IR::Opcode::ImageAtomicAnd32:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue