From 59a86153938a71385e9064bef2ae195ff28ca8d7 Mon Sep 17 00:00:00 2001 From: IndecisiveTurtle <47210458+raphaelthegreat@users.noreply.github.com> Date: Mon, 24 Feb 2025 11:48:32 +0200 Subject: [PATCH] liverpool: Stub SetPredication with a warning * Better than outright crash --- src/video_core/amdgpu/liverpool.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/video_core/amdgpu/liverpool.cpp b/src/video_core/amdgpu/liverpool.cpp index 9fe50ceb8..50231c0e2 100644 --- a/src/video_core/amdgpu/liverpool.cpp +++ b/src/video_core/amdgpu/liverpool.cpp @@ -395,6 +395,10 @@ Liverpool::Task Liverpool::ProcessGraphics(std::span dcb, std::span(header); regs.index_buffer_type.raw = index_type->raw;