Merge pull request #19 from Crayon2000/BOOL_to_s32

Replace BOOL by s32
This commit is contained in:
Maschell 2017-10-03 08:55:35 +02:00 committed by GitHub
commit 94ba38b005
4 changed files with 43 additions and 43 deletions

View File

@ -129,7 +129,7 @@ typedef struct
VPADTPData tpdata1; /* Modified touchscreen data 1 */ VPADTPData tpdata1; /* Modified touchscreen data 1 */
VPADTPData tpdata2; /* Modified touchscreen data 2 */ VPADTPData tpdata2; /* Modified touchscreen data 2 */
VPADDir dir; /* Orientation in three-dimensional space */ VPADDir dir; /* Orientation in three-dimensional space */
BOOL headphone; /* Set to TRUE if headphones are plugged in, FALSE otherwise */ s32 headphone; /* Set to TRUE if headphones are plugged in, FALSE otherwise */
Vec3D mag; /* Magnetometer data */ Vec3D mag; /* Magnetometer data */
u8 volume; /* 0 to 255 */ u8 volume; /* 0 to 255 */
u8 battery; /* 0 to 6 */ u8 battery; /* 0 to 6 */