mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-27 10:20:49 +00:00
Allow moving Android version to SD/usbmem.
This commit is contained in:
parent
03c383d49c
commit
2b5beb8510
@ -2,7 +2,8 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.ppsspp.ppsspp"
|
||||
android:versionCode="61"
|
||||
android:versionName="0.61" >
|
||||
android:versionName="0.61"
|
||||
android:installLocation="auto" >
|
||||
|
||||
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="8"/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user