diff options
| author | Roman971 <romanlasnier@hotmail.com> | 2020-03-22 22:50:11 +0100 |
|---|---|---|
| committer | Roman971 <romanlasnier@hotmail.com> | 2020-03-22 22:50:15 +0100 |
| commit | 51290f612635a87d879b6332400ad526c479441e (patch) | |
| tree | 458fc503a1d5b3003cb50a9bece9a1c2a0b4e700 /include/padmgr.h | |
| parent | 8cfe7cce9f8d8abea794e67510879e751d373a87 (diff) | |
Partially format header files
Diffstat (limited to 'include/padmgr.h')
| -rw-r--r-- | include/padmgr.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/include/padmgr.h b/include/padmgr.h index ca5c7e42d..dda4b210f 100644 --- a/include/padmgr.h +++ b/include/padmgr.h @@ -6,8 +6,7 @@ #include <ultra64/controller.h> -typedef struct -{ +typedef struct { /* 0x0000 */ OSContStatus pad_status[4]; /* 0x0010 */ OSMesg msgbuf1[1]; /* 0x0014 */ OSMesg msgbuf2[1]; @@ -24,10 +23,10 @@ typedef struct /* 0x02A8 */ u8 unk_2A8; /* 0x02A9 */ u8 unk_2A9; /* 0x02AA */ u8 unk_2AA[4]; - /* 0x02AA */ u8 unk_2AE[4]; //Looks like 1 if vibration pack, 2 if (maybe controller pack)? + /* 0x02AA */ u8 unk_2AE[4]; // Looks like 1 if vibration pack, 2 if (maybe controller pack)? /* 0x02B2 */ u8 unk_2B2[4]; /* 0x02B6 */ u8 unk_2B6[4]; - /* 0x02BA */ char unk_2BA[0x02]; //probably padding + /* 0x02BA */ char unk_2BA[0x02]; // probably padding /* 0x02BC */ unk_controller_t unk_controller[4]; /* 0x045C */ u8 unk_45C; /* 0x045D */ u8 unk_45D; @@ -37,5 +36,5 @@ typedef struct /* 0x0464 */ s32 unk_464; } PadMgr; // size = 0x468 - -#endif //_PADMGR_H_ + +#endif |
