Browse Source

[TEST] Test for RefreshParametter actual concurrency

lsfg-android
CamilleLaVey 4 weeks ago
parent
commit
1987384dec
  1. 4
      src/video_core/engines/maxwell_3d.cpp

4
src/video_core/engines/maxwell_3d.cpp

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

Loading…
Cancel
Save