Disable Texture Filtering dropdown when Manual Texture Sampling is checked

See https://bugs.dolphin-emu.org/issues/13049
This commit is contained in:
Pokechu22
2022-09-24 23:50:41 -07:00
parent 900439ea0d
commit b969d89103
3 changed files with 11 additions and 1 deletions

View File

@ -24,6 +24,7 @@ public:
signals:
void BackendChanged(const QString& backend);
void UseFastTextureSamplingChanged();
private:
void CreateMainLayout();