Quick fix for Title cards issues
Funny on linux it show properly but windows require it
This commit is contained in:
committed by
Nicholas Estelami
parent
1f3a6b928f
commit
3c471f2fc5
@@ -299,7 +299,7 @@ void Graph_Update(GraphicsContext* gfxCtx, GameState* gameState) {
|
|||||||
gSPBranchList(WORK_DISP++, gfxCtx->polyOpaBuffer);
|
gSPBranchList(WORK_DISP++, gfxCtx->polyOpaBuffer);
|
||||||
gSPBranchList(POLY_OPA_DISP++, gfxCtx->polyXluBuffer);
|
gSPBranchList(POLY_OPA_DISP++, gfxCtx->polyXluBuffer);
|
||||||
gSPBranchList(POLY_XLU_DISP++, gfxCtx->titlecardBuffer);
|
gSPBranchList(POLY_XLU_DISP++, gfxCtx->titlecardBuffer);
|
||||||
gSPBranchList(POLY_XLU_DISP++, gfxCtx->polyKalBuffer);
|
gSPBranchList(TITLE_CARD_DISP++, gfxCtx->polyKalBuffer);
|
||||||
gSPBranchList(POLY_KAL_DISP++, gfxCtx->overlayBuffer);
|
gSPBranchList(POLY_KAL_DISP++, gfxCtx->overlayBuffer);
|
||||||
gDPPipeSync(OVERLAY_DISP++);
|
gDPPipeSync(OVERLAY_DISP++);
|
||||||
gDPFullSync(OVERLAY_DISP++);
|
gDPFullSync(OVERLAY_DISP++);
|
||||||
|
|||||||
Reference in New Issue
Block a user