Skip to content

Commit

Permalink
track LUS changes
Browse files Browse the repository at this point in the history
  • Loading branch information
louist103 committed Apr 3, 2024
1 parent 4c75b53 commit fdba6c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libultraship
2 changes: 1 addition & 1 deletion mm/src/code/z_visfbuf.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ void VisFbuf_ApplyEffects(VisFbuf* this, Gfx** gfxP, void* source, void* img, s3
G_TD_CLAMP | G_TP_NONE | G_CYC_COPY | G_PM_NPRIMITIVE,
G_AC_NONE | G_ZS_PIXEL | G_RM_NOOP | G_RM_NOOP2);

// The function FB_CopyToFramebuffer uses f3dex2 opcodes. We need to load f3dex2, call the function, and then reload s2dex.
// The function FB_CopyToFramebuffer uses f3dex2 opcodes, clear and set geometry ode. We need to load f3dex2, call the function, and then reload s2dex.
gSPLoadUcode(gfx++, ucode_f3dex2);
FB_CopyToFramebuffer(&gfx, 0, gReusableFrameBuffer, false, NULL);
gSPLoadUcode(gfx++, ucode_s2dex);
Expand Down

0 comments on commit fdba6c3

Please sign in to comment.