hrydgard / ppsspp

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.
https://www.ppsspp.org
Other
10.77k stars 2.12k forks source link

iOS: Implement basic physical keyboard support #19257

Closed hrydgard closed 3 weeks ago

hrydgard commented 3 weeks ago

Pretty simple after all, though this method doesn't support iOS 12 (unlike the previous non-app-store-compatible method - which come to think of it, I should probably disable now that we have this). EDIT: done the other way around.

Also a warning fix.