mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-10 13:54:50 -04:00
Don't allocate hi-res framebuffer
This commit is contained in:
+1
-1
@@ -165,7 +165,7 @@ void viReset(s32 stagenum)
|
||||
fbsize = g_ViModeWidths[2] * g_ViModeHeights[2] * 2;
|
||||
} else {
|
||||
viSetMode(VIMODE_LO);
|
||||
fbsize = 320 * 220 * 4;
|
||||
fbsize = 320 * 220 * 2;
|
||||
}
|
||||
|
||||
ptr = mempAlloc(fbsize * 2 + 0x40, MEMPOOL_STAGE);
|
||||
|
||||
Reference in New Issue
Block a user