summaryrefslogtreecommitdiff
path: root/include/padmgr.h
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2024-11-08 02:27:19 +0100
committerGitHub <noreply@github.com>2024-11-07 17:27:19 -0800
commitfcc5cf828ded5d362b2e63a8868374a50df405ed (patch)
tree530d7d6d8690599593f6588b04d10441e364b5c7 /include/padmgr.h
parent9cd9099a0431b369be39f111bf57051f544bead3 (diff)
libu64 (#1705)
* libu64 * libu64 -O2 * Add libu64.md
Diffstat (limited to 'include/padmgr.h')
-rw-r--r--include/padmgr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/padmgr.h b/include/padmgr.h
index a012f1450..4f5dac3b3 100644
--- a/include/padmgr.h
+++ b/include/padmgr.h
@@ -6,7 +6,7 @@
#include "stdbool.h"
#include "irqmgr.h"
-#include "padutils.h"
+#include "libu64/pad.h"
typedef enum {
/* 0 */ PADMGR_CONT_NONE,
@@ -54,7 +54,6 @@ typedef struct PadMgr {
// Initialization
-s32 PadSetup_Init(OSMesgQueue* mq, u8* outMask, OSContStatus* status);
void PadMgr_Init(OSMesgQueue* siEvtQ, IrqMgr* irqMgr, OSId threadId, OSPri pri, void* stack);
// Fetching inputs