Explorar o código

Maxwell3D: only update parameters on High

Fernando Sahmkow %!s(int64=3) %!d(string=hai) anos
pai
achega
56c9730a16
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/video_core/engines/maxwell_3d.cpp

+ 3 - 0
src/video_core/engines/maxwell_3d.cpp

@@ -223,6 +223,9 @@ void Maxwell3D::ProcessMacro(u32 method, const u32* base_start, u32 amount, bool
 }
 
 void Maxwell3D::RefreshParametersImpl() {
+    if (!Settings::IsGPULevelHigh()) {
+        return;
+    }
     size_t current_index = 0;
     for (auto& segment : macro_segments) {
         if (segment.first == 0) {