deprecate libyaz0

This commit is contained in:
Prakxo
2023-01-22 17:42:30 +01:00
parent 206bc731c1
commit 28034d9c89
10 changed files with 18 additions and 19 deletions
+4 -5
View File
@@ -8,14 +8,14 @@
#include "JSystem/JUT/JUTAssertion.h"
#include "JSystem/JUT/JUTDbPrint.h"
typedef struct zuru_keycheck_s {
typedef struct zuru_keycheck {
u8 state;
u8 progressing;
u16 last_controller;
u8 zurumode_enabled;
} zuru_keycheck;
typedef struct { // This needs to be researched and in its corresponding file tbh
typedef struct {
u8 pad_pattern;
void (*callback)(void*);
void* callback_param;
@@ -24,12 +24,11 @@ typedef struct { // This needs to be researched and in its corresponding file tb
} padmgr;
extern padmgr padmgr_class;
extern zuru_keycheck zuruKeyCheck;
extern s32 zurumode_flag;
void zurumode_cleanup(void);
int zerucheck_init(zuru_keycheck* key_check);
void zurumode_update(void);
s32 zurumode_update(void);
void zurumode_callback(void* padmgr);
int zerucheck_key_check(zuru_keycheck* key_check, u32 controller);