mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Typo fix
This commit is contained in:
parent
6b5d615040
commit
1f84e21173
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue