mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-10-02 06:08:39 +00:00
liverpool: Stub SetPredication with a warning
* Better than outright crash
This commit is contained in:
parent
84700588db
commit
59a8615393
1 changed files with 4 additions and 0 deletions
|
@ -395,6 +395,10 @@ Liverpool::Task Liverpool::ProcessGraphics(std::span<const u32> dcb, std::span<c
|
||||||
header + 2, (count - 1) * sizeof(u32));
|
header + 2, (count - 1) * sizeof(u32));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case PM4ItOpcode::SetPredication: {
|
||||||
|
LOG_WARNING(Render_Vulkan, "Unimplemented IT_SET_PREDICATION");
|
||||||
|
break;
|
||||||
|
}
|
||||||
case PM4ItOpcode::IndexType: {
|
case PM4ItOpcode::IndexType: {
|
||||||
const auto* index_type = reinterpret_cast<const PM4CmdDrawIndexType*>(header);
|
const auto* index_type = reinterpret_cast<const PM4CmdDrawIndexType*>(header);
|
||||||
regs.index_buffer_type.raw = index_type->raw;
|
regs.index_buffer_type.raw = index_type->raw;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue