Remove unused buffers

This commit is contained in:
CrashOveride95
2021-02-02 17:50:20 -05:00
parent 82f1b1c433
commit 1d564a8043
6 changed files with 21 additions and 35 deletions

View File

@@ -31,10 +31,3 @@ ALIGNED8 u8 gGfxSPTaskYieldBuffer[OS_YIELD_DATA_SIZE];
ALIGNED8 struct SaveBuffer gSaveBuffer;
// 0x190a0 bytes
struct GfxPool gGfxPools[2];
// Yield buffer for audio, 0x400 bytes. Stubbed out post-JP since the audio
// task never yields.
#ifdef VERSION_JP
ALIGNED8 u8 gAudioSPTaskYieldBuffer[OS_YIELD_AUDIO_SIZE];
#endif

View File

@@ -12,8 +12,6 @@ extern u8 gDecompressionHeap[];
extern u8 gAudioHeap[];
extern u8 gAudioSPTaskYieldBuffer[];
extern u8 gIdleThreadStack[];
extern u8 gThread3Stack[];
extern u8 gThread4Stack[];