mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-25 19:44:57 +00:00
remove skipping command body
This commit is contained in:
parent
86bdd37d85
commit
10ef2a4f1e
@ -234,9 +234,7 @@ Liverpool::Task Liverpool::ProcessGraphics(std::span<const u32> dcb, std::span<c
|
|||||||
case 0:
|
case 0:
|
||||||
UNREACHABLE_MSG("Unimplemented PM4 type 0, base reg: {}, size: {}",
|
UNREACHABLE_MSG("Unimplemented PM4 type 0, base reg: {}, size: {}",
|
||||||
header->type0.base.Value(), header->type0.NumWords());
|
header->type0.base.Value(), header->type0.NumWords());
|
||||||
// comment "UNREACHABLE_MSG()" above ^^^ to skip "PM4 type 0" command
|
break;
|
||||||
dcb = NextPacket(dcb, header->type0.NumWords() + 1);
|
|
||||||
continue;
|
|
||||||
case 2:
|
case 2:
|
||||||
// Type-2 packet are used for padding purposes
|
// Type-2 packet are used for padding purposes
|
||||||
dcb = NextPacket(dcb, 1);
|
dcb = NextPacket(dcb, 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user