mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 03:54:45 +00:00
Forwarded to correct op
This commit is contained in:
parent
5fb94c92db
commit
c279e9e6f4
1 changed files with 1 additions and 1 deletions
|
@ -876,7 +876,7 @@ void Translate(IR::Block* block, u32 block_base, std::span<const GcnInst> inst_l
|
|||
translator.V_MAD_F32(inst);
|
||||
break;
|
||||
case Opcode::V_MAX_LEGACY_F32:
|
||||
translator.V_MAX3_F32(inst);
|
||||
translator.V_MAX_F32(inst);
|
||||
break;
|
||||
case Opcode::V_RSQ_LEGACY_F32:
|
||||
case Opcode::V_RSQ_CLAMP_F32:
|
||||
|
|
Loading…
Add table
Reference in a new issue