mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-06 16:18:42 +00:00
translate: Tracedata
This commit is contained in:
parent
5e59147feb
commit
186c9073a4
1 changed files with 2 additions and 0 deletions
|
@ -536,6 +536,8 @@ void Translate(IR::Block* block, u32 pc, std::span<const GcnInst> inst_list, Inf
|
||||||
case InstCategory::VectorALU:
|
case InstCategory::VectorALU:
|
||||||
translator.EmitVectorAlu(inst);
|
translator.EmitVectorAlu(inst);
|
||||||
break;
|
break;
|
||||||
|
case InstCategory::DebugProfile:
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
UNREACHABLE();
|
UNREACHABLE();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue