mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-25 01:00:01 +00:00
Typo fix
This commit is contained in:
parent
6b5d615040
commit
1f84e21173
@ -163,7 +163,7 @@ void LogoScreen::sendMessage(const char *message, const char *value) {
|
||||
}
|
||||
|
||||
void LogoScreen::key(const KeyInput &key) {
|
||||
if (key.deviceId != INPUT_MOUSE) {
|
||||
if (key.deviceId != DEVICE_ID_MOUSE) {
|
||||
Next();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user