You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
7 lines
112 B
C
7 lines
112 B
C
#include <ultra64.h>
|
|
|
|
#include "config.h"
|
|
|
|
// 0x70800 bytes
|
|
u16 gFrameBuffers[3][SCREEN_WIDTH * SCREEN_HEIGHT];
|