dolphin header improvements

This commit is contained in:
dbalatoni13 2024-11-12 03:51:15 +01:00
parent b44fb658a1
commit 38fc86d571
5 changed files with 7 additions and 5 deletions

View file

@ -21,6 +21,8 @@
#define CPR_CS(x) ((1u << (x)) << 7)
#define CPR_CLK(x) ((x) << 4)
static BOOL __EXIProbe(s32 chan);
typedef struct EXIControl {
EXICallback exiCallback;
EXICallback tcCallback;