Use PAD_BUTTON_START in w10dll

This commit is contained in:
gamemasterplc 2023-12-23 11:57:21 -06:00
parent 9b9438ca3a
commit 639380f050

View file

@ -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;
}
}