From 1987384dec1bbb9e45eed4c7c6932093dc20fc29 Mon Sep 17 00:00:00 2001 From: CamilleLaVey Date: Sun, 5 Jul 2026 01:35:12 -0400 Subject: [PATCH] [TEST] Test for RefreshParametter actual concurrency --- src/video_core/engines/maxwell_3d.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/video_core/engines/maxwell_3d.cpp b/src/video_core/engines/maxwell_3d.cpp index e7da9d9138..56f8e5f3e9 100644 --- a/src/video_core/engines/maxwell_3d.cpp +++ b/src/video_core/engines/maxwell_3d.cpp @@ -223,9 +223,7 @@ void Maxwell3D::ProcessMacro(Core::System& system, u32 method, const u32* base_s } void Maxwell3D::RefreshParametersImpl() { - if (!Settings::IsGPULevelHigh()) { - return; - } + // Temporary change size_t current_index = 0; for (auto& segment : macro_segments) { if (segment.first == 0) {