too tired but implemented os stuff.

This commit is contained in:
Prakxo
2022-12-24 20:41:04 +01:00
parent 295ba86193
commit 1753100e34
12 changed files with 72 additions and 39 deletions
+1 -2
View File
@@ -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;