Super Mario 64 OpenGL port for PC. Mirror of https://github.com/sm64pc/sm64pc
https://github.com/sm64pc/sm64pc
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
201 B
5 lines
201 B
#include <ultra64.h>
|
|
|
|
// 0x1f000 bytes, aligned to a 0x1000-byte boundary through sm64.ld. (This results
|
|
// in a bunch of unused space: ~0x100 in JP, ~0x300 in US.)
|
|
u64 gGfxSPTaskOutputBuffer[0x3e00];
|
|
|