From 639380f05022795825cbd3a3ba9425b19342c42f Mon Sep 17 00:00:00 2001 From: gamemasterplc Date: Sat, 23 Dec 2023 11:57:21 -0600 Subject: [PATCH] Use PAD_BUTTON_START in w10dll --- src/REL/w10Dll/w10Dll4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/REL/w10Dll/w10Dll4.c b/src/REL/w10Dll/w10Dll4.c index a2ba9f60..180ca388 100644 --- a/src/REL/w10Dll/w10Dll4.c +++ b/src/REL/w10Dll/w10Dll4.c @@ -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; } }