diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2023-06-25 17:18:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-26 10:18:50 +1000 |
| commit | 22035890fa372f61dd9b907c2a0f9dc6bcd0ae19 (patch) | |
| tree | 82dffc7c8d27e07adecd11d3e1a481a5857c7393 /include/padmgr.h | |
| parent | a2c2c45a0e2c35ec30cfac888a0deb92f86b8d96 (diff) | |
Idle + Main bss and cleanup (#1292)
* Idle bss and cleanup
* main bss and cleanup
* format
* Remove pad comment about sAudioMgr
* PR
* Missed a couple size_t changes
* unused pads
* static
Diffstat (limited to 'include/padmgr.h')
| -rw-r--r-- | include/padmgr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/padmgr.h b/include/padmgr.h index 674c9bc4e..1a21e5052 100644 --- a/include/padmgr.h +++ b/include/padmgr.h @@ -56,8 +56,6 @@ typedef struct { /* 0x47E */ u8 isResetting; } PadMgr; // size = 0x480 -extern PadMgr gPadMgr; - // Initialization s32 PadSetup_Init(OSMesgQueue* mq, u8* outMask, OSContStatus* status); |
