shader_recompiler: Fix mistake

This commit is contained in:
IndecisiveTurtle 2024-12-07 23:43:52 +02:00
parent 119e03cb58
commit cde84e4bac
2 changed files with 4 additions and 4 deletions

View file

@ -110,7 +110,7 @@ public:
void S_NOT_B64(const GcnInst& inst);
void S_BREV_B32(const GcnInst& inst);
void S_BCNT1_I32_B64(const GcnInst& inst);
void S_FF1_I32_B64(const GcnInst& inst);
void S_FF1_I32_B32(const GcnInst& inst);
void S_GETPC_B64(u32 pc, const GcnInst& inst);
void S_SAVEEXEC_B64(NegateMode negate, bool is_or, const GcnInst& inst);