Restore old sceGuAlphaFunc

This commit is contained in:
Ian 2023-02-17 14:48:32 -05:00 committed by GitHub
parent b30f349572
commit d41d664644
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -912,7 +912,7 @@ void R_RenderBrushPoly (msurface_t *fa)
}
sceGuEnable(GU_ALPHA_TEST);
sceGuAlphaFunc(GU_GREATER, 0x88, 0xff);
sceGuAlphaFunc(GU_GREATER, 0xaa, 0xff);
sceGuTexFunc(GU_TFX_MODULATE, GU_TCC_RGBA);
// motolegacy -- use our new texflag hack