mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-17 21:35:11 +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
|
@ -286,7 +286,7 @@ void PadMgr_HandleRetraceMsg(PadMgr* padMgr) {
|
|||
mask = 0;
|
||||
for (i = 0; i < 4; i++) {
|
||||
if (padMgr->padStatus[i].errno == 0) {
|
||||
if (padMgr->padStatus[i].type == 5) {
|
||||
if (padMgr->padStatus[i].type == CONT_TYPE_NORMAL) {
|
||||
mask |= 1 << i;
|
||||
} else {
|
||||
LOG_HEX("this->pad_status[i].type", padMgr->padStatus[i].type, "../padmgr.c", 458);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue