mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-05 15:34:41 +00:00
Name one is-controller-valid symbol (#1060)
* Document `D_8012DBC0` as `isCtrlr2Valid` * `isCtrlr2Valid` missing `g` prefix * Run formatter
This commit is contained in:
parent
5f89b8543f
commit
70b858b724
6 changed files with 9 additions and 9 deletions
|
@ -122,7 +122,7 @@ extern s32 gScreenWidth;
|
|||
extern s32 gScreenHeight;
|
||||
extern Mtx gMtxClear;
|
||||
extern MtxF gMtxFClear;
|
||||
extern u32 D_8012DBC0;
|
||||
extern u32 gIsCtrlr2Valid;
|
||||
extern vu32 gIrqMgrResetStatus;
|
||||
extern volatile OSTime gIrqMgrRetraceTime;
|
||||
extern s16* gWaveSamples[9];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue