mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-06-30 01:49:06 -04:00
too tired but implemented os stuff.
This commit is contained in:
@@ -10,9 +10,8 @@ typedef struct {
|
||||
|
||||
extern padmgr padmgr_class;
|
||||
extern void zurumode_callback(void*);
|
||||
extern s32 zurumode_flag;
|
||||
|
||||
extern void zurumode_cleanup(void) {
|
||||
extern void zurumode_cleanup(void) { // Hm, this looks like PADMGR_UNSET_RETRACE_CALLBACK macro lol
|
||||
if ((padmgr_class.callback2 == &zurumode_callback) && (padmgr_class.callback2_param == &padmgr_class)) {
|
||||
padmgr_class.callback2 = NULL;
|
||||
padmgr_class.callback2_param = NULL;
|
||||
|
||||
Reference in New Issue
Block a user