Formatting, have a go at first retroarch build
This commit is contained in:
parent
d5583f9df0
commit
01ddedc724
|
@ -4,7 +4,7 @@ License:GPLv3+
|
|||
# http://notaz.gp2x.de/pcsx_rearmed.php
|
||||
# http://byuu.org/higan/
|
||||
Web Site:http://www.libretro.com/
|
||||
Source Code:https://github.com/libretro/
|
||||
Source Code:https://github.com/libretro/RetroArch
|
||||
Issue Tracker:https://github.com/libretro/RetroArch/issues
|
||||
|
||||
Name:RetroArch
|
||||
|
@ -19,7 +19,6 @@ devices, without writing any platform-specific code.
|
|||
Latest F-Droid build supports following systems:
|
||||
|
||||
* Play Station 1 with PCSX ReARMed core (ARMv7 only)
|
||||
#* Super Nintendo with bSNES core (ARMv7 and x86 only)
|
||||
|
||||
Anti-features: Addons. This build does not include non-free components, but majority of cores,
|
||||
included in official .apk, have non-free licenses or contain proprietary parts.
|
||||
|
@ -34,10 +33,10 @@ Repo Type:git
|
|||
# https://github.com/libretro/libretro-super/blob/master/libretro-build-android-mk.sh
|
||||
Repo:git://github.com/libretro/RetroArch.git
|
||||
|
||||
Build Version:0.9.9.6,22,!fails on ndk r9 7d25e64fb446af37ccc50693e5662d8d48b655e5,target=android-17,\
|
||||
subdir=android/phoenix,buildjni=no,srclibs=pcsx_rearmed@c6c27ccd79;bSNES@2b89497415,\
|
||||
prebuild=cp -R ../../media/overlays/ assets/,\
|
||||
Build Version:0.9.9.6,22,7d25e64fb446af37ccc50693e5662d8d48b655e5,subdir=android/phoenix,\
|
||||
buildjni=no,srclibs=pcsx_rearmed@c6c27ccd79;bSNES@2b89497415,\
|
||||
init=sed 's/\$(SRCDIR)/..\/../' -i $$bSNES$$/target-libretro/jni/Android.mk,\
|
||||
prebuild=cp -R ../../media/overlays/ assets/,\
|
||||
build=\
|
||||
$$NDK$$/ndk-build -C ../native && mv ../native/libs/ . && \
|
||||
$$NDK$$/ndk-build -C $$pcsx_rearmed$$ APP_ABI=armeabi-v7a && \
|
||||
|
|
Loading…
Reference in a new issue