mirror of
https://github.com/HarbourMasters/Starship
synced 2026-07-03 13:10:34 -04:00
Fixed widescreen issues i think
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user