Commit Graph

4223 Commits

Author SHA1 Message Date
Twinaphex 4178d4c594
Merge pull request #786 from webgeek1234/master
Add more cores to android jni recipe
2018-04-14 07:20:19 +02:00
Aaron Kling 4456d4f17e Add more cores to android jni recipe 2018-04-13 23:58:03 -05:00
twinaphex a977b63141 Add pc2 extension 2018-04-13 19:08:03 +02:00
Twinaphex d2799e0d38
Merge pull request #785 from webgeek1234/master
Update android jni recipe.
2018-04-13 05:18:25 +02:00
Aaron Kling 7e18e2eb76 Update android jni recipe. 2018-04-12 22:05:31 -05:00
Twinaphex 6cce6b90cb
Merge pull request #784 from j-selby/master
Add The Powder Toy to the Android recipes
2018-04-13 03:43:26 +02:00
James 75cb5d292f Add The Powder Toy to the Android recipes 2018-04-13 11:36:15 +10:00
Twinaphex d06b22f231
Merge pull request #783 from RobLoach/patch-40
chailove: Add Android build
2018-04-13 03:21:05 +02:00
Rob Loach e1e0bbe7b6
chailove: Add Android build
@webgeek1234 has cleaned up the Android support for ChaiLove. Thanks so much for pushing this forwards.
2018-04-12 18:25:14 -04:00
Twinaphex 9a644fa7a4
Merge pull request #782 from webgeek1234/master
Update cores-android-cmake to use ndk r16b
2018-04-11 17:42:31 +02:00
Aaron Kling 9c2a9078e0 Update cores-android-cmake to use ndk r16b 2018-04-11 09:20:00 -05:00
Twinaphex b67f59d06e
Merge pull request #781 from markwkidd/new-mame2003-plus-url
update android mame2003-plus recipe
2018-04-10 06:07:49 +02:00
markwkidd 30275619b3 update mame2003-plus recipe 2018-04-09 22:13:56 -04:00
twinaphex 86a98e2680 Update mame2003 plus repos 2018-04-09 22:54:48 +02:00
Twinaphex db0ad00da5
Update core-rules.sh 2018-04-09 22:50:30 +02:00
Twinaphex 3b2b89e98c
Merge pull request #780 from RobLoach/patch-39
PS2: Use serial scanning
2018-04-09 14:58:40 +02:00
Rob Loach defbc2cc4e
ps2: Use serial scanning
There's now a scraper for https://psxdatacenter.com over at https://github.com/robloach/libretro-database-psxdatacenter , so we can now use PS2 serial scanning.
2018-04-08 13:50:46 -04:00
Twinaphex c91de343de
Merge pull request #779 from webgeek1234/master
Update android jni recipe for beetle psx changes
2018-04-07 21:18:35 +02:00
Aaron Kling ec55947f07 Update android jni recipe for beetle psx changes 2018-04-07 13:02:12 -05:00
Twinaphex 63d58d5856
Merge pull request #778 from RobLoach/patch-38
mame2003-plus: Rename to match the core name
2018-04-07 05:43:14 +02:00
Twinaphex cb07bcbe29
Merge pull request #775 from Hedonium/patch-3
Update mgba_libretro.info
2018-04-07 04:19:29 +02:00
Rob Loach f683cc62df
mame2003-plus: Rename to match the core name
The .info file should match the core's filename... `mame2003-plus`

Loaded it up locally and it matches correctly with this. cc @felinben
2018-04-06 12:48:27 -04:00
Twinaphex bd6148559b
Merge pull request #777 from markwkidd/patch-1
Rename mame2003_plus-libretro.info to mame2003_plus_libretro.info
2018-04-06 00:18:09 +02:00
markwkidd 0f0b6ac20c
Rename mame2003_plus-libretro.info to mame2003_plus_libretro.info
fixing a typo
2018-04-05 10:00:04 -04:00
Andrés e61d38e540
Merge pull request #776 from webgeek1234/master
Yet more android stuff
2018-04-04 22:49:45 -05:00
Aaron Kling a0dba45013 Remove ndk toolchain override from android jni recipe
This will let the ndk choose its preferred compiler. Cores that
need something different can specific in their Application.mk file.
2018-04-04 22:34:36 -05:00
Aaron Kling 535156171e Remove pcsx interpreter from the android recipe
This has never built correctly. There's also no reason to use this
over the main build with dynarec. Archs that do not support dynarec
should built that way in the main core anyways.
2018-04-04 22:31:43 -05:00
Hedonium 4eced733db
Update mgba_libretro.info
mGBA supports Game Boy, Game Boy Color, Super Game Boy BIOS now.
2018-04-04 23:29:46 -04:00
Andrés 5ec6881489
Merge pull request #774 from webgeek1234/master
Remove more unnecessary android recipes
2018-04-03 21:23:07 -05:00
Aaron Kling 3bcc1dbb5b Mesen properly builds for android using gcc on the newer ndk 2018-04-03 11:06:34 -05:00
Aaron Kling 5ddd4946d2 Remove core-android-jni-old
These cores have been added to the current ndk recipe
2018-04-03 09:27:24 -05:00
Twinaphex b2f9b05005
Merge pull request #771 from webgeek1234/master
Android aarch64 unification
2018-04-03 04:23:31 +02:00
Aaron Kling e67f890eb4 Do not build arm64-v8a support for main android retroarch apk 2018-04-02 21:19:23 -05:00
Aaron Kling f183e3cb70 Build mupen64plus android using jni
Armv7 and arm64 build correctly, x86 does not. But x86 was not
built before anyways.
2018-04-02 21:19:23 -05:00
Aaron Kling e842726e3e Remove android jni aarch64 recipe and enable arm64-v8a for all android
This also requires changing the ndk for the jni recipe to 15c.
2018-04-02 21:19:23 -05:00
Aaron Kling 132e44189c Fix mame2003-plus url on android jni recipe
The original project repo no longer exists, so track the libretro
mirror
2018-04-02 21:18:50 -05:00
Aaron Kling d84b64933f Add branch to android jni caprice recipe 2018-03-31 16:58:51 -05:00
Aaron Kling 74dfc18e56 Add bluemsx, nestopia, and quicknes to android jni recipe 2018-03-31 16:57:57 -05:00
Twinaphex a462f46062
Merge pull request #769 from webgeek1234/master
Track ppsspp upstream
2018-03-31 00:15:46 +02:00
Twinaphex ae3233243a
Merge pull request #770 from Hedonium/patch-2
Update gme_libretro.info
2018-03-31 00:15:41 +02:00
Hedonium dc69b3a37c
Update gme_libretro.info
- Change license to GPLv3
    The repo says GPLv3 https://github.com/libretro/libretro-gme/blob/master/LICENSE
- Add zip extension
    https://github.com/libretro/libretro-gme/blob/master/src/libretro.c#L92
2018-03-30 13:41:15 -04:00
Aaron Kling 1d34ac0a8e Track ppsspp upstream
Also switch android back to building via cmake
2018-03-28 23:14:49 -05:00
Andrés 0d9e12105f
Merge pull request #768 from webgeek1234/master
Fix and simplify android cmake path
2018-03-28 23:02:02 -05:00
Aaron Kling 61b11b9431 Strip android cmake output
This checks for the STRIPPATH varible in the android path. Only
setting that variable for the android cmake targets. JNI outputs
already stripped shared objects.
2018-03-28 22:57:07 -05:00
Aaron Kling 2ff2d2dd0a Fix and simplify android cmake path 2018-03-28 16:11:30 -05:00
twinaphex b9cc766240 Update 2018-03-28 21:30:55 +02:00
twinaphex f9f421d310 Add mame2003_plus 2018-03-26 18:12:20 +02:00
Twinaphex 89fb3bff6c
Merge pull request #765 from Hedonium/master
Update ppsspp_libretro.info: Add link to docs.
2018-03-25 19:29:10 +02:00
Twinaphex 42de97f13b
Merge pull request #767 from markwkidd/patch-1
Create mame2003-plus-libretro.info
2018-03-25 17:55:59 +02:00
markwkidd d861ac505f
Create mame2003-plus-libretro.info 2018-03-25 11:49:40 -04:00