mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 12:04:45 +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
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue