mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 08:22:32 +00:00
liverpool: Stub SetPredication with a warning
* Better than outright crash
This commit is contained in:
parent
84700588db
commit
59a8615393
@ -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…
Reference in New Issue
Block a user