Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/src/buffers/gfx_output_buffer.h
7858 views
1
#ifndef GFX_OUTPUT_BUFFER_H
2
#define GFX_OUTPUT_BUFFER_H
3
4
#include <PR/ultratypes.h>
5
6
#ifdef VERSION_EU
7
extern u64 gGfxSPTaskOutputBuffer[0x2fc0];
8
#else
9
extern u64 gGfxSPTaskOutputBuffer[0x3e00];
10
#endif
11
12
#endif // GFX_OUTPUT_BUFFER_H
13
14