mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-25 12:06: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++)
|
||||
{
|
||||
if (
|
||||
(userInput[pad].pad.substickX < -70) ||
|
||||
(userInput[pad].wpad.btns_h & WPAD_BUTTON_HOME) ||
|
||||
(userInput[pad].wpad.btns_h & WPAD_CLASSIC_BUTTON_HOME) ||
|
||||
(userInput[i].pad.substickX < -70) ||
|
||||
(userInput[i].wpad.btns_h & WPAD_BUTTON_HOME) ||
|
||||
(userInput[i].wpad.btns_h & WPAD_CLASSIC_BUTTON_HOME) ||
|
||||
(DownUsbKeys[KB_ESC])
|
||||
)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user