mirror of
https://github.com/n64decomp/mk64
synced 2026-08-24 07:00:13 -04:00
8 lines
167 B
C
8 lines
167 B
C
#include <ultra64.h>
|
|
#include <macros.h>
|
|
#include "gfx_output_buffer.h"
|
|
|
|
ALIGNED8 u64 gGfxSPTaskOutputBuffer[GFX_OUTPUT_BUFFER_SIZE];
|
|
|
|
u32 gGfxSPTaskOutputBufferSize;
|