Maxwell3D: only update parameters on High

This commit is contained in:
Fernando Sahmkow 2023-04-22 14:04:59 +02:00
parent e3a2ca96bd
commit 56c9730a16

View file

@ -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) {