mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
Fix XLU
This commit is contained in:
+6
-6
@@ -1512,9 +1512,9 @@ void func_8012CF0C(GraphicsContext* gfxCtx, s32 clearFb, s32 clearZb, u8 r, u8 g
|
||||
masterGfx = gGfxMasterDL->clearFillRect;
|
||||
|
||||
// #region 2S2H [Cosmetic] Account for different aspect ratios than 4:3
|
||||
gDPFillWideRectangle(masterGfx++, OTRGetRectDimensionFromLeftEdge(0), 0, OTRGetRectDimensionFromRightEdge(gCfbWidth - 1), gCfbHeight - 1);
|
||||
gDPPipeSync(&masterGfx[2]);
|
||||
gSPEndDisplayList(&masterGfx[3]);
|
||||
gDPFillWideRectangle(&masterGfx[0], OTRGetRectDimensionFromLeftEdge(0), 0, OTRGetRectDimensionFromRightEdge(gCfbWidth - 1), gCfbHeight - 1);
|
||||
gDPPipeSync(&masterGfx[1]);
|
||||
gSPEndDisplayList(&masterGfx[2]);
|
||||
// #endregion
|
||||
|
||||
// General Fillrect?
|
||||
@@ -1522,9 +1522,9 @@ void func_8012CF0C(GraphicsContext* gfxCtx, s32 clearFb, s32 clearZb, u8 r, u8 g
|
||||
masterGfx = gGfxMasterDL->fillRect;
|
||||
|
||||
// #region 2S2H [Cosmetic] Account for different aspect ratios than 4:3
|
||||
gDPFillWideRectangle(masterGfx++, OTRGetRectDimensionFromLeftEdge(0), 0, OTRGetRectDimensionFromRightEdge(gCfbWidth), gCfbHeight);
|
||||
gDPPipeSync(&masterGfx[2]);
|
||||
gSPEndDisplayList(&masterGfx[3]);
|
||||
gDPFillWideRectangle(&masterGfx[0], OTRGetRectDimensionFromLeftEdge(0), 0, OTRGetRectDimensionFromRightEdge(gCfbWidth), gCfbHeight);
|
||||
gDPPipeSync(&masterGfx[1]);
|
||||
gSPEndDisplayList(&masterGfx[2]);
|
||||
// #endregion
|
||||
|
||||
// Sync SP Segments with current CPU Segments
|
||||
|
||||
Reference in New Issue
Block a user