mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 16:02:26 +00:00
PM4 Packet - Type 0
This commit is contained in:
parent
84e2c4d3bb
commit
d661d9c429
@ -193,6 +193,9 @@ Liverpool::Task Liverpool::ProcessGraphics(std::span<const u32> dcb, std::span<c
|
||||
|
||||
switch (type) {
|
||||
case 0:
|
||||
const u32 cnt = header->type0.NumWords();
|
||||
dcb = NextPacket(dcb, cnt);
|
||||
continue;
|
||||
case 1:
|
||||
UNREACHABLE_MSG("Unsupported PM4 type {}", type);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user