Revert "[TEST] Test for RefreshParametter actual concurrency"

This commit is contained in:
CamilleLaVey
2026-07-05 06:36:31 -04:00
parent 811ee522e0
commit e48a8d3ff4
+3 -1
View File
@@ -223,7 +223,9 @@ void Maxwell3D::ProcessMacro(Core::System& system, u32 method, const u32* base_s
}
void Maxwell3D::RefreshParametersImpl() {
// Temporary change
if (!Settings::IsGPULevelHigh()) {
return;
}
size_t current_index = 0;
for (auto& segment : macro_segments) {
if (segment.first == 0) {