From f7fa4b80d4fc0d7942627a6cf1760362d08ca722 Mon Sep 17 00:00:00 2001 From: xbzk Date: Tue, 28 Apr 2026 21:32:53 -0300 Subject: [PATCH] [macro] fixed estimate arg for DrawIndexedIndirect in Execute path --- src/video_core/macro.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/video_core/macro.cpp b/src/video_core/macro.cpp index 606162ba8d..5a89848a34 100644 --- a/src/video_core/macro.cpp +++ b/src/video_core/macro.cpp @@ -159,12 +159,12 @@ void HLE_DrawIndexedIndirect::Execute(Engines::Maxwell3D& maxwell3d, std::spanDrawIndexedIndirect(topology, 0, parameters[1]); maxwell3d.regs.vertex_id_base = 0x0; maxwell3d.regs.global_base_vertex_index = 0x0; maxwell3d.regs.global_base_instance_index = 0x0;