mirror of
https://github.com/libretro/stella2023.git
synced 2024-11-27 02:40:37 +00:00
fixed #984
This commit is contained in:
parent
caa8cb72c0
commit
a948a7a9f9
@ -355,11 +355,10 @@ void DialogContainer::handleJoyBtnEvent(int stick, int button, bool pressed)
|
||||
myCurrentButtonDown.stick = myCurrentButtonDown.button = -1;
|
||||
myButtonRepeatTime = myButtonLongPressTime = 0;
|
||||
}
|
||||
if(myIgnoreButtonUp)
|
||||
myIgnoreButtonUp = false;
|
||||
else
|
||||
if(!myIgnoreButtonUp)
|
||||
activeDialog->handleJoyUp(stick, button);
|
||||
}
|
||||
myIgnoreButtonUp = false;
|
||||
}
|
||||
|
||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
Loading…
Reference in New Issue
Block a user