mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-30 03:28:55 -07: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue