Merge pull request #448 from refractionpcsx2/gs_mipmap_uv

GS: Use LOD=K MipMap mode when using UV coords
This commit is contained in:
PSISP 2020-08-02 12:09:49 -04:00 committed by GitHub
commit 5b5e506edd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3527,7 +3527,7 @@ void GraphicsSynthesizerThread::calculate_LOD(TexLookupInfo &info)
float K = current_ctx->tex1.K;
if (current_ctx->tex1.LOD_method == 0)
if (current_ctx->tex1.LOD_method == 0 && !current_PRMODE->use_UV)
{
if (info.vtx_color.q != 1.0f)
{