From 2dcd82edbf1af69ee79744891c84cbb0d994e659 Mon Sep 17 00:00:00 2001 From: farisawan-2000 Date: Tue, 23 Feb 2021 19:54:31 -0500 Subject: [PATCH] added defines for rsp/rdp init --- config.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.h b/config.h index 20f64aaf..482fda23 100644 --- a/config.h +++ b/config.h @@ -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;