Commit Graph

4389 Commits

Author SHA1 Message Date
Rob Loach
57a3a89bef
chailove: Allow loading without game content
Similar to Love2D, ChaiLove 0.20.0 will now display a "No Game" screen when launching without content. Due to this, we shall enable `supports_no_game` in the .info file.
2018-04-22 16:43:56 -04:00
Twinaphex
d01f6fb681
Merge pull request #791 from webgeek1234/master
Fix ppsspp builds on android armv7
2018-04-20 05:23:19 +02:00
Aaron Kling
87206d3777 Fix ppsspp builds on android armv7 2018-04-19 22:20:49 -05:00
twinaphex
3c3c4d1186 Add Frodo core info file 2018-04-20 04:25:06 +02:00
twinaphex
654dcb72f7 Add Frodo recipes 2018-04-20 04:22:55 +02:00
twinaphex
cf5ec1fed8 Update recipe for frodo 2018-04-20 04:21:45 +02:00
twinaphex
b5776d6b35 (parallel n64) MSVC2010 x64 - recipe fix 2018-04-19 19:58:03 +02:00
twinaphex
eace477713 (recipes) Add mednafen psx cores 2018-04-19 04:19:46 +02:00
Twinaphex
9012cba269
Merge pull request #790 from webgeek1234/master
Move scummvm android to the jni recipe
2018-04-18 03:06:01 +02:00
Aaron Kling
bac3de1741 Move scummvm android to the jni recipe 2018-04-17 17:12:28 -05:00
Twinaphex
3ded435952
Merge pull request #789 from webgeek1234/master
Android jni build system updates
2018-04-16 21:09:25 +02:00
Aaron Kling
ec26add825 Build x86_64 for android targets 2018-04-16 12:17:07 -05:00
Aaron Kling
f37c4467a8 Build android jni targets with ndk r16b
armeabi is deprecated in r16b, but is still built by default. Thus,
I see no reason not to update to it over r15c.
2018-04-16 12:17:07 -05:00
Aaron Kling
12cc3b777c Build android jni targets based on archs defined in Application.mk
This allows each core to define which archs it builds for.
Currently the scripts force build all archs even for cores that
cannot support them, ala dolphin on 32 bit archs.
2018-04-16 12:17:07 -05:00
Twinaphex
16eb709cfe
Merge pull request #788 from webgeek1234/master
Add a few more cores to android recipe
2018-04-16 18:49:47 +02:00
Aaron Kling
f7bed1450a Add a few more cores to android recipe 2018-04-16 10:18:39 -05:00
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