Restructure how buffers are set up (#77)

This commit is contained in:
Rozelette
2021-03-27 12:44:39 -05:00
committed by GitHub
parent 807db1ca54
commit 6536afc6d3
14 changed files with 85 additions and 62 deletions
+8
View File
@@ -0,0 +1,8 @@
#include <ultra64.h>
#include <global.h>
u8 gGfxSPTaskYieldBuffer[OS_YIELD_DATA_SIZE];
u8 gGfxSPTaskStack[0x400];
GfxPool gGfxPools[2];
+6
View File
@@ -0,0 +1,6 @@
#include <ultra64.h>
#include <global.h>
u8 gAudioHeap[0x138000];
u32 gSystemHeap[UNK_SIZE];