diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/engines/maxwell_3d.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/video_core/engines/maxwell_3d.cpp b/src/video_core/engines/maxwell_3d.cpp index 0932fadc2..2f986097f 100644 --- a/src/video_core/engines/maxwell_3d.cpp +++ b/src/video_core/engines/maxwell_3d.cpp | |||
| @@ -223,6 +223,9 @@ void Maxwell3D::ProcessMacro(u32 method, const u32* base_start, u32 amount, bool | |||
| 223 | } | 223 | } |
| 224 | 224 | ||
| 225 | void Maxwell3D::RefreshParametersImpl() { | 225 | void Maxwell3D::RefreshParametersImpl() { |
| 226 | if (!Settings::IsGPULevelHigh()) { | ||
| 227 | return; | ||
| 228 | } | ||
| 226 | size_t current_index = 0; | 229 | size_t current_index = 0; |
| 227 | for (auto& segment : macro_segments) { | 230 | for (auto& segment : macro_segments) { |
| 228 | if (segment.first == 0) { | 231 | if (segment.first == 0) { |