Fixed some of the rendering problems on Dolphin, things still look wrong though.

This commit is contained in:
2026-04-14 09:40:58 -05:00
parent b5a66993ca
commit 55baafec8a
+1 -1
View File
@@ -76,7 +76,7 @@ errorret_t displayInitDolphin(void) {
);
// Setup cull modes
GX_SetCullMode(GX_CULL_FRONT);
GX_SetCullMode(GX_CULL_BACK);
GX_SetBlendMode(GX_BM_BLEND, GX_BL_SRCALPHA, GX_BL_INVSRCALPHA, GX_LO_CLEAR);
GX_SetZMode(GX_TRUE, GX_ALWAYS, GX_FALSE);
GX_SetDispCopyGamma(GX_GM_1_0);