mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-31 14:35:19 +00:00
PfpSyncMe
PfpSyncMe ensures that all previous commands are completed before continuing. 'break' should be enough for now
This commit is contained in:
parent
a9c1d1d59b
commit
bbb9277bf8
@ -438,6 +438,9 @@ Liverpool::Task Liverpool::ProcessGraphics(std::span<const u32> dcb, std::span<c
|
||||
}
|
||||
break;
|
||||
}
|
||||
case PM4ItOpcode::PfpSyncMe: {
|
||||
break;
|
||||
}
|
||||
default:
|
||||
UNREACHABLE_MSG("Unknown PM4 type 3 opcode {:#x} with count {}",
|
||||
static_cast<u32>(opcode), count);
|
||||
|
Loading…
Reference in New Issue
Block a user