mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 08:22:32 +00:00
PM4 hack
This commit is contained in:
parent
85f45d2788
commit
bf6fcfa4b7
@ -195,7 +195,7 @@ Liverpool::Task Liverpool::ProcessGraphics(std::span<const u32> dcb, std::span<c
|
||||
const u32 type = header->type;
|
||||
|
||||
switch (type) {
|
||||
case 0:
|
||||
case 0: LOG_ERROR(Lib_GnmDriver, "Continue hack Unsupported PM4 type 0"); dcb = NextPacket(dcb, header->type0.NumWords() + 1); continue;
|
||||
case 1:
|
||||
UNREACHABLE_MSG("Unsupported PM4 type {}", type);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user