mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 07:20:49 +00:00
Little fix to logo screen
This commit is contained in:
parent
e6a2da69c5
commit
564a3691cd
@ -707,7 +707,7 @@ void LogoScreen::sendMessage(const char *message, const char *value) {
|
||||
}
|
||||
|
||||
bool LogoScreen::key(const KeyInput &key) {
|
||||
if (key.deviceId != DEVICE_ID_MOUSE) {
|
||||
if (key.deviceId != DEVICE_ID_MOUSE && (key.flags & KEY_DOWN)) {
|
||||
Next();
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user