mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-25 20:16:53 +01:00
fix compiling error
This commit is contained in:
parent
fdb6476b5d
commit
dc33859cc4
@ -918,9 +918,9 @@ bool MenuRequested()
|
|||||||
for(int i=0; i<4; i++)
|
for(int i=0; i<4; i++)
|
||||||
{
|
{
|
||||||
if (
|
if (
|
||||||
(userInput[pad].pad.substickX < -70) ||
|
(userInput[i].pad.substickX < -70) ||
|
||||||
(userInput[pad].wpad.btns_h & WPAD_BUTTON_HOME) ||
|
(userInput[i].wpad.btns_h & WPAD_BUTTON_HOME) ||
|
||||||
(userInput[pad].wpad.btns_h & WPAD_CLASSIC_BUTTON_HOME) ||
|
(userInput[i].wpad.btns_h & WPAD_CLASSIC_BUTTON_HOME) ||
|
||||||
(DownUsbKeys[KB_ESC])
|
(DownUsbKeys[KB_ESC])
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user