Use PAD_BUTTON_START in w10dll
This commit is contained in:
parent
9b9438ca3a
commit
639380f050
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ void fn_1_1984(void) {
|
|||
if (contPortIndex == -1) {
|
||||
continue;
|
||||
}
|
||||
if (HuPadStatGet(contPortIndex) == 0 && HuPadBtnDown[contPortIndex] & 0x1000) {
|
||||
if (HuPadStatGet(contPortIndex) == 0 && HuPadBtnDown[contPortIndex] & PAD_BUTTON_START) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue