|
My Project
|
Go to the source code of this file.
Functions | |
| Result | irrstInit (u32 *sharedMem) |
| void | irrstExit () |
| void | irrstWaitForEvent (bool nextEvent) |
| u32 | irrstCheckSectionUpdateTime (vu32 *sharedmem_section, u32 id) |
| void | irrstScanInput () |
| u32 | irrstKeysHeld () |
| void | irrstCstickRead (circlePosition *pos) |
| Result | IRRST_GetHandles (Handle *outMemHandle, Handle *outEventHandle) |
| Result | IRRST_Initialize (u32 unk1, u8 unk2) |
| Result | IRRST_Shutdown (void) |
Variables | |
| Handle | irrstHandle |
| Handle | irrstMemHandle |
| Handle | irrstEvent |
| vu32 * | irrstSharedMem |
| void irrstCstickRead | ( | circlePosition * | pos | ) |