diff options
author | meepingsnesroms | 2017-09-01 11:21:48 -0700 |
---|---|---|
committer | GitHub | 2017-09-01 11:21:48 -0700 |
commit | 6c5b8733e0b286d5a4b4d9b7899e4c17a92cd04a (patch) | |
tree | 924720c49ac10c9ab3c98e3d3e06c8f4a06bc33c /jni | |
parent | 646a63e41c53e5c1c971a4e305d4627dcee43c5e (diff) | |
parent | 874706c9a527d43f1a737b772225c120da86c31e (diff) | |
download | pcsx_rearmed-6c5b8733e0b286d5a4b4d9b7899e4c17a92cd04a.tar.gz pcsx_rearmed-6c5b8733e0b286d5a4b4d9b7899e4c17a92cd04a.tar.bz2 pcsx_rearmed-6c5b8733e0b286d5a4b4d9b7899e4c17a92cd04a.zip |
Merge pull request #2 from libretro/master
Update from master
Diffstat (limited to 'jni')
-rw-r--r-- | jni/Application.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jni/Application.mk b/jni/Application.mk index f05229c..3e882e7 100644 --- a/jni/Application.mk +++ b/jni/Application.mk @@ -1 +1,2 @@ APP_ABI := armeabi armeabi-v7a +APP_PLATFORM := android-9 |