diff options
| author | robojumper <robojumper@gmail.com> | 2024-10-06 22:36:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-06 16:36:36 -0400 |
| commit | 558db54bf44b7fe885705a6d5b513000b8d75cf6 (patch) | |
| tree | 99e8cdf6ae106ad24f9c3d3cf8ccf25fcfeb1c74 /include/rvl | |
| parent | f8e61c7de8b2b8d2b2174f33457b1357175e2c0d (diff) | |
eggException with two minor problems (#53)
* eggException with two minor problems
* Fix
* One minor problem
---------
Co-authored-by: elijah-thomas774 <elijahthomas774@gmail.com>
Diffstat (limited to 'include/rvl')
| -rw-r--r-- | include/rvl/KPAD/KPAD.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rvl/KPAD/KPAD.h b/include/rvl/KPAD/KPAD.h index 6eac5f21..87f47832 100644 --- a/include/rvl/KPAD/KPAD.h +++ b/include/rvl/KPAD/KPAD.h @@ -13,6 +13,7 @@ typedef void (*KPADConnectCallback)(s32, s32); // TODO: Create Proper Headers void KPADInitEx(void * /* UNKTYPE */, u32); +s32 KPADRead(s32 chan, UNKTYPE *status, s32); s32 KPADReadEx(s32 chan, UNKTYPE *status, s32, s32 *); void KPADSetConnectCallback(u32, KPADConnectCallback); |
