mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-31 14:35:19 +00:00
translate: Tracedata
This commit is contained in:
parent
5e59147feb
commit
186c9073a4
@ -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…
Reference in New Issue
Block a user