Skip to content

Commit 9c56795

Browse files
committed
add original comment
1 parent fc1ab4a commit 9c56795

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

externals/glslang

Submodule glslang updated 54 files

externals/robin-map

src/shader_recompiler/frontend/translate/vector_alu.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ void Translator::EmitVectorAlu(const GcnInst& inst) {
309309
return V_MBCNT_U32_B32(true, inst);
310310
case Opcode::V_MBCNT_HI_U32_B32:
311311
return V_MBCNT_U32_B32(false, inst);
312+
//Rock Band 4 and Amplitude 2016 use this opcode but are playable with it skipped.
312313
case Opcode::V_MOVRELS_B32:
313314
return;
314315
case Opcode::V_NOP:

0 commit comments

Comments
 (0)