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;