diff --git a/src/video_core/amdgpu/liverpool.cpp b/src/video_core/amdgpu/liverpool.cpp index 74e623e3d..d2f354b51 100644 --- a/src/video_core/amdgpu/liverpool.cpp +++ b/src/video_core/amdgpu/liverpool.cpp @@ -193,6 +193,9 @@ Liverpool::Task Liverpool::ProcessGraphics(std::span dcb, std::spantype0.NumWords(); + dcb = NextPacket(dcb, count); + continue; case 1: UNREACHABLE_MSG("Unsupported PM4 type {}", type); break;