diff options
Diffstat (limited to 'source/link.h')
| -rw-r--r-- | source/link.h | 14 |
1 files changed, 13 insertions, 1 deletions
| diff --git a/source/link.h b/source/link.h index 24a60b5..15eff62 100644 --- a/source/link.h +++ b/source/link.h | |||
| @@ -9,6 +9,18 @@ | |||
| 9 | 9 | ||
| 10 | #include <gccore.h> | 10 | #include <gccore.h> |
| 11 | 11 | ||
| 12 | u32 waitForButtons(u32 mask); | 12 | void initLink(); |
| 13 | |||
| 14 | u32 recv(); | ||
| 15 | void send(u32 msg); | ||
| 16 | |||
| 17 | u32 getMsg(); | ||
| 18 | void getMsgArr(u32* arr, int len); | ||
| 19 | void sendMsg(u32 msg); | ||
| 20 | |||
| 21 | void waitForGBA(); | ||
| 22 | void waitForBIOS(); | ||
| 23 | void waitForGame(); | ||
| 24 | void waitForAck(); | ||
| 13 | 25 | ||
| 14 | #endif | 26 | #endif |
