mirror of
https://github.com/HarbourMasters/Starship
synced 2026-08-17 22:03:01 -04:00
Splitted buffers to a new file (#126)
* Splitted buffers * Moved buffers to latest overlay * Removed sizes and moved buffers to a new overlays segment * Removed addrs from libultra * Readded symbols into symbol_addrs * rename buffers to fox_buffers --------- Co-authored-by: Alejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#include "global.h"
|
||||
|
||||
u64 gDramStack[SP_DRAM_STACK_SIZE64];
|
||||
u8 gOSYieldData[OS_YIELD_DATA_SIZE];
|
||||
FrameBuffer gZBuffer; // z buffer
|
||||
u8 gTaskOutputBuffer[0x30000];
|
||||
u8 gAudioDataBuffer[0xB0000];
|
||||
u16 gTextureRenderBuffer[0x3C40];
|
||||
u16 gFillBuffer[3 * SCREEN_WIDTH];
|
||||
FrameBuffer gFrameBuffers[3];
|
||||
Reference in New Issue
Block a user