mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-25 01:00:01 +00:00
Fix keyboard on Blackberry.
This commit is contained in:
parent
9af3cd5549
commit
6b8ab2e044
@ -887,7 +887,7 @@ bool IsXperiaPlay(const std::string &name) {
|
||||
}
|
||||
|
||||
bool IsBlackberryQWERTY(const std::string &name) {
|
||||
return name == "Blackberry10:QWERTY";
|
||||
return name == "Blackberry:QWERTY";
|
||||
}
|
||||
|
||||
bool HasBuiltinController(const std::string &name) {
|
||||
|
Loading…
Reference in New Issue
Block a user