mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-25 11:34:55 +00:00
revert command size to actual
This commit is contained in:
parent
237f24d65b
commit
bdac34bcfc
@ -235,7 +235,7 @@ Liverpool::Task Liverpool::ProcessGraphics(std::span<const u32> dcb, std::span<c
|
||||
LOG_ERROR(Render, "Unimplemented PM4 type 0, base reg: {}, count: {}",
|
||||
header->type0.base.Value(), header->type0.NumWords());
|
||||
// TODO fill registers with given values
|
||||
dcb = NextPacket(dcb, header->type0.NumWords());
|
||||
dcb = NextPacket(dcb, header->type0.NumWords() + 1);
|
||||
continue;
|
||||
case 2:
|
||||
// Type-2 packet are used for padding purposes
|
||||
|
Loading…
Reference in New Issue
Block a user