From 387364322b95191891c1a68d9306670b728d2306 Mon Sep 17 00:00:00 2001 From: lizzie Date: Fri, 27 Feb 2026 23:49:56 +0000 Subject: [PATCH] fdsfsdfdfs --- src/video_core/engines/maxwell_3d.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video_core/engines/maxwell_3d.cpp b/src/video_core/engines/maxwell_3d.cpp index 3f3e68674a..5061e06b16 100644 --- a/src/video_core/engines/maxwell_3d.cpp +++ b/src/video_core/engines/maxwell_3d.cpp @@ -31,7 +31,7 @@ Maxwell3D::Maxwell3D(Core::System& system_, MemoryManager& memory_manager_) #ifdef ARCHITECTURE_x86_64 , macro_engine(bool(Settings::values.disable_macro_jit)) #else - , macro_engine(maxwell3d, true); + , macro_engine(maxwell3d, true) #endif , upload_state{memory_manager, regs.upload} {