Fixed widescreen issues i think

This commit is contained in:
KiritoDv
2024-10-16 18:09:09 -06:00
parent 3ef4f3b78d
commit bdf56300df
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -733,7 +733,7 @@ void Graphics_FillRectangle(Gfx** gfxPtr, s32 ulx, s32 uly, s32 lrx, s32 lry, u8
gDPSetCycleType((*gfxPtr)++, G_CYC_1CYCLE);
gDPSetCombineMode((*gfxPtr)++, G_CC_PRIMITIVE, G_CC_PRIMITIVE);
gDPSetRenderMode((*gfxPtr)++, G_RM_CLD_SURF, G_RM_CLD_SURF2);
gDPFillRectangle((*gfxPtr)++, ulx, uly, lrx, lry);
gDPFillWideRectangle((*gfxPtr)++, ulx, uly, lrx, lry);
}
}