[TEST] Test for RefreshParametter actual concurrency

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