mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-26 03:12:18 -05:00
Quick fix for Title cards issues
Funny on linux it show properly but windows require it
This commit is contained in:
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++);
|
||||||
|
Loading…
Reference in New Issue
Block a user