mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-06 06:45:05 +01:00
Updated RT64 and enabled RT64 extended RDRAM mode
This commit is contained in:
parent
0d0f64e32f
commit
670bd61067
@ -56,9 +56,10 @@ RECOMP_PATCH void Graph_SetNextGfxPool(GraphicsContext* gfxCtx) {
|
|||||||
gSPEndDisplayList(&gGfxMasterDL->disps[4]);
|
gSPEndDisplayList(&gGfxMasterDL->disps[4]);
|
||||||
gSPBranchList(&gGfxMasterDL->debugDisp[0], bigger_pool->debugBuffer);
|
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);
|
OPEN_DISPS(gfxCtx);
|
||||||
gEXEnable(POLY_OPA_DISP++);
|
gEXEnable(POLY_OPA_DISP++);
|
||||||
|
gEXSetRDRAMExtended(POLY_OPA_DISP++, 1);
|
||||||
CLOSE_DISPS(gfxCtx);
|
CLOSE_DISPS(gfxCtx);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user