diff options
Diffstat (limited to 'Source/Core/VideoCommon/VideoConfig.h')
| -rw-r--r-- | Source/Core/VideoCommon/VideoConfig.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/VideoConfig.h b/Source/Core/VideoCommon/VideoConfig.h index 3f82e3afe7..2d0ab116a1 100644 --- a/Source/Core/VideoCommon/VideoConfig.h +++ b/Source/Core/VideoCommon/VideoConfig.h @@ -364,7 +364,8 @@ struct VideoConfig final } bool UseGPUTextureDecoding() const { - return g_backend_info.bSupportsGPUTextureDecoding && bEnableGPUTextureDecoding; + return g_backend_info.bSupportsGPUTextureDecoding && bEnableGPUTextureDecoding && + !bArbitraryMipmapDetection; } bool UseVertexRounding() const { return bVertexRounding && iEFBScale != 1; } bool ManualTextureSamplingWithCustomTextureSizes() const |
