added defines for rsp/rdp init

This commit is contained in:
farisawan-2000
2021-02-23 19:54:31 -05:00
parent f950d7f8fe
commit 2dcd82edbf

View File

@@ -25,6 +25,10 @@ extern Gfx *gdl_head;
// an allocator function of the format void *alloc(size_t bytes)
#define alloc alloc_display_list
// your init functions for the RDP/RSP
#define my_rdp_init my_rdp_init
#define my_rsp_init my_rsp_init
// The frame timer that is used to time s2d_type_print
#define s2d_timer gGlobalTimer
extern u32 s2d_timer;