You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
init
This commit is contained in:
14
init.h
Normal file
14
init.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#include <ultra64.h>
|
||||
#include <PR/gs2dex.h>
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#define s2d_text gspS2DEX2_fifoTextStart
|
||||
#define s2d_data gspS2DEX2_fifoDataStart
|
||||
#define zex_text gspF3DZEX2_PosLight_fifoTextStart
|
||||
#define zex_data gspF3DZEX2_PosLight_fifoDataStart
|
||||
|
||||
extern void s2d_init(void);
|
||||
|
||||
extern void s2d_stop(void);
|
||||
|
||||
Reference in New Issue
Block a user