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