1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-01-16 05:26:59 +00:00
oot/src/buffers/gfxbuffers.c

14 lines
273 B
C
Raw Normal View History

#include "z64.h"
2020-03-17 04:31:30 +00:00
// 0x18000 bytes
u64 gGfxSPTaskOutputBuffer[0x3000];
// 0xC00 bytes
u64 gGfxSPTaskYieldBuffer[OS_YIELD_DATA_SIZE / sizeof(u64)];
2020-03-17 04:31:30 +00:00
// 0x400 bytes
u64 gGfxSPTaskStack[SP_DRAM_STACK_SIZE64];
2020-03-17 04:31:30 +00:00
// 0x12410 bytes each; 0x24820 bytes total
GfxPool gGfxPools[2];