1#ifndef GFX_OUTPUT_BUFFER_H 2#define GFX_OUTPUT_BUFFER_H 3 4#include <PR/ultratypes.h> 5 6#ifdef VERSION_EU 7extern u64 gGfxSPTaskOutputBuffer[0x2fc0]; 8#else 9extern u64 gGfxSPTaskOutputBuffer[0x3e00]; 10#endif 11 12#endif // GFX_OUTPUT_BUFFER_H 13 14