mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-24 19:14:40 +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:
|
||||
UNREACHABLE_MSG("Unimplemented PM4 type 0, base reg: {}, size: {}",
|
||||
header->type0.base.Value(), header->type0.NumWords());
|
||||
// comment "UNREACHABLE_MSG()" above ^^^ to skip "PM4 type 0" command
|
||||
dcb = NextPacket(dcb, header->type0.NumWords() + 1);
|
||||
continue;
|
||||
break;
|
||||
case 2:
|
||||
// Type-2 packet are used for padding purposes
|
||||
dcb = NextPacket(dcb, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user