Change depth buffer allocation back to hi-res size

This commit is contained in:
Ryan Dwyer
2023-05-13 11:57:07 +10:00
parent 517f2206f6
commit 4ae1652548
+1 -1
View File
@@ -33,7 +33,7 @@ void mblurReset(s32 stagenum)
static void mblurAllocate(void)
{
var800844f0 = mempAlloc(320 * 220 * 2 + 0x40, MEMPOOL_STAGE);
var800844f0 = mempAlloc(640 * 220 * 2 + 0x40, MEMPOOL_STAGE);
var800844f0 = (void *)(((u32) var800844f0 + 0x3f) & ~0x3f);
}