Skip to content
Permalink
Browse files
Merge pull request #6984 from Techjar/patch-2
Qt/GameConfigWidget: Fix Deterministic dual core not saving if changed to "Not Set"
  • Loading branch information
spycrab committed May 27, 2018
2 parents febc1f8 + 694f084 commit 48961aa
Showing 1 changed file with 4 additions and 0 deletions.
@@ -304,6 +304,10 @@ void GameConfigWidget::SaveSettings()
m_gameini_local.GetOrCreateSection("Core")->Set("GPUDeterminismMode", determinism_mode);
}
}
else
{
m_gameini_local.DeleteKey("Core", "GPUDeterminismMode");
}

// Stereoscopy
int depth_percentage = m_depth_slider->value();

0 comments on commit 48961aa

Please sign in to comment.