mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2025-10-30 08:03:03 +00:00
Updated RT64 and enabled RT64 extended RDRAM mode
This commit is contained in:
parent
af1404b83d
commit
d68a8063c4
1 changed files with 2 additions and 1 deletions
|
|
@ -56,9 +56,10 @@ RECOMP_PATCH void Graph_SetNextGfxPool(GraphicsContext* gfxCtx) {
|
|||
gSPEndDisplayList(&gGfxMasterDL->disps[4]);
|
||||
gSPBranchList(&gGfxMasterDL->debugDisp[0], bigger_pool->debugBuffer);
|
||||
|
||||
// @recomp Enable RT64 extended GBI mode and set the current framerate
|
||||
// @recomp Enable RT64 extended GBI mode and extended rdram.
|
||||
OPEN_DISPS(gfxCtx);
|
||||
gEXEnable(POLY_OPA_DISP++);
|
||||
gEXSetRDRAMExtended(POLY_OPA_DISP++, 1);
|
||||
CLOSE_DISPS(gfxCtx);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue