Merge pull request #8241 from stenzek/dekotora

EFB2Tex: Set alpha channel of Z24X8 copies to 1
This commit is contained in:
Connor McLaughlin 2019-07-19 00:36:17 +10:00 committed by GitHub
commit 9825caf2d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -190,7 +190,7 @@ ShaderCode GeneratePixelShader(APIType api_type, const UidData* uid_data)
break;
case EFBCopyFormat::RGBA8: // Z24X8
out.Write(" ocol0 = float4(texcol.rgb, 0.0);\n");
out.Write(" ocol0 = float4(texcol.rgb, 1.0);\n");
break;
case EFBCopyFormat::G8: // Z8M