PM4 Packet - Type 0

This commit is contained in:
Raven 2024-09-18 01:38:15 +08:00 committed by GitHub
parent 84e2c4d3bb
commit 3d58616fc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -193,6 +193,8 @@ Liverpool::Task Liverpool::ProcessGraphics(std::span<const u32> dcb, std::span<c
switch (type) {
case 0:
// Type-0 packet
dcb = NextPacket(dcb, header->type0.NumWords());
case 1:
UNREACHABLE_MSG("Unsupported PM4 type {}", type);
break;