Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #10573 from AdmiralCurtiss/pr10472
DolphinQt/HacksWidget: Re-enable texture accuracy slider if it was disabled because of a custom value.
  • Loading branch information
lioncash committed Apr 9, 2022
2 parents f92b7f4 + 5516d46 commit 91192ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp
Expand Up @@ -154,6 +154,9 @@ void HacksWidget::LoadSettings()
const QSignalBlocker blocker(m_accuracy);
auto samples = Config::Get(Config::GFX_SAFE_TEXTURE_CACHE_COLOR_SAMPLES);

// Re-enable the slider in case it was disabled because of a custom value
m_accuracy->setEnabled(true);

int slider_pos = 0;

switch (samples)
Expand Down

0 comments on commit 91192ef

Please sign in to comment.