Disable Arbitrary Mipmap Detection checkbox when GPU Texture Decoding is enabled

See https://bugs.dolphin-emu.org/issues/13049
This commit is contained in:
Pokechu22
2022-09-24 23:59:38 -07:00
parent b969d89103
commit d0afe36269
3 changed files with 10 additions and 2 deletions

View File

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