mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-07 12:03:27 -04:00
refactor main and irqmgr
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include "irqmgr.h"
|
||||
#include "libu64/pad.h"
|
||||
#include "dolphin/os/OSMessage.h"
|
||||
#include "libultra/osThread.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -67,6 +68,8 @@ extern int padmgr_isConnectedController(int pad);
|
||||
extern void padmgr_force_stop_ON();
|
||||
extern void padmgr_force_stop_OFF();
|
||||
extern void padmgr_RumbleSet(int pad, int intensity);
|
||||
extern void padmgr_Create(OSMessageQueue* queue, OSId id, OSPri priority, void* stack, size_t stackSize);
|
||||
extern void padmgr_Init(OSMessageQueue* queue);
|
||||
|
||||
#define padmgr_setClient(callback_proc, param) \
|
||||
do { \
|
||||
|
||||
Reference in New Issue
Block a user