Skip to content

Commit

Permalink
Implement IMAGE_SAMPLE_L_O opcode (shadps4-emu#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emulator-Team-2 authored Sep 13, 2024
1 parent c181102 commit c924457
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shader_recompiler/frontend/translate/vector_memory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ void Translator::EmitVectorMemory(const GcnInst& inst) {
case Opcode::IMAGE_SAMPLE_LZ:
case Opcode::IMAGE_SAMPLE:
case Opcode::IMAGE_SAMPLE_L:
case Opcode::IMAGE_SAMPLE_L_O:
case Opcode::IMAGE_SAMPLE_C_O:
case Opcode::IMAGE_SAMPLE_B:
case Opcode::IMAGE_SAMPLE_C_LZ_O:
Expand Down

0 comments on commit c924457

Please sign in to comment.