Fixed spritebatch flickering on Dolphin

This commit is contained in:
2026-03-29 16:10:39 -05:00
parent 85ff95296b
commit 2b2ddb3cf2
7 changed files with 36 additions and 14 deletions
@@ -107,7 +107,7 @@ errorret_t shaderSetTextureDolphin(
GX_SetTevOrder(GX_TEVSTAGE0, GX_TEXCOORDNULL, GX_TEXMAP_NULL, GX_COLOR0A0);
GX_SetTevOp(GX_TEVSTAGE0, GX_PASSCLR);
GX_SetBlendMode(GX_BM_NONE, GX_BL_ONE, GX_BL_ZERO, GX_LO_CLEAR);
// GX_SetBlendMode(GX_BM_NONE, GX_BL_ONE, GX_BL_ZERO, GX_LO_CLEAR);
GX_SetAlphaCompare(GX_ALWAYS, 0, GX_AOP_AND, GX_ALWAYS, 0);
errorOk();