マクロ定義 | |
| #define | RUMBLE_PAK (*(vuint16 *)0x08000000) |
| #define | WARIOWARE_PAK (*(vuint16 *)0x080000C4) |
| #define | WARIOWARE_ENABLE (*(vuint16 *)0x080000C6) |
列挙型 | |
| enum | RUMBLE_TYPE { RUMBLE, WARIOWARE } |
関数 | |
| bool | isRumbleInserted (void) |
| Check for rumble option pak. Returns true if the cart in the GBA slot is a Rumble option pak. | |
| void | setRumble (bool position) |
| Fires the rumble actuator. | |
| #define RUMBLE_PAK (*(vuint16 *)0x08000000) |
| #define WARIOWARE_ENABLE (*(vuint16 *)0x080000C6) |
| #define WARIOWARE_PAK (*(vuint16 *)0x080000C4) |
| enum RUMBLE_TYPE |
| bool isRumbleInserted | ( | void | ) |
Check for rumble option pak. Returns true if the cart in the GBA slot is a Rumble option pak.
| void setRumble | ( | bool | position | ) |
Fires the rumble actuator.
| position | Alternates position of the actuator in the pak |
1.5.4