mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Declare that we can handle mouse events
This commit is contained in:
parent
7ee999e424
commit
beb3eafa1f
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
<uses-feature android:name="android.hardware.location.network" android:required="false" />
|
||||
<uses-feature android:name="android.hardware.camera" android:required="false" />
|
||||
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false" />
|
||||
<uses-feature android:name="android.hardware.type.pc" android:required="false" />
|
||||
|
||||
<!-- I tried using android:maxSdkVersion="29" on WRITE/READ_EXTERNAL_STORAGE, but that made
|
||||
it so that in legacy mode, you can't ask for permission anymore. So removed that. -->
|
||||
|
|
Loading…
Add table
Reference in a new issue