4010 Commits

Author SHA1 Message Date
orbea
6fa578cbde libretro-buildbot-recipe.sh: Do not set FORCE and BUILD for fbalpha2012.
They now use different source repos so this is not needed.
In the event this is no longer true there are now better
ways to do this, see how bsnes is handled where it loops
over the desired targets.
2017-12-20 19:51:02 -08:00
Twinaphex
190374a1f6
Merge pull request #647 from orbea/submodule
Submodule
2017-12-21 01:26:59 +01:00
Twinaphex
37cc8b7a85
Merge pull request #648 from esoptron/master
Update VICE and Emux display names
2017-12-21 01:26:30 +01:00
twinaphex
dbf2dd9fb3 Revert this - right now cores are not being correctly copied
to dist dirs
2017-12-21 01:24:10 +01:00
esoptron
2461fec840 Update VICE and Emux display names 2017-12-20 18:25:49 -05:00
orbea
722fad7cf1 recipes: Remove $TYPE from the core recipe files as its no longer needed. 2017-12-20 10:49:26 -08:00
orbea
2a764be9ba libretro-buildbot-recipe.sh: Automatically detect if there are submodules. 2017-12-20 09:55:06 -08:00
Twinaphex
42d37c012e
Merge pull request #646 from orbea/tee
libretro-build-commond.sh: Make build output more verbose again.
2017-12-20 17:23:55 +01:00
orbea
3cf5d25f34 libretro-build-commond.sh: Make build output more verbose again.
Fixes a regression caused by abe440887d
2017-12-20 03:36:41 -08:00
Twinaphex
d873e82262
Merge pull request #644 from RobLoach/patch-32
Update ChaiLove to 0.12.0
2017-12-17 14:10:20 +01:00
Rob Loach
642609d4ee
Update ChaiLove to 0.12.0
Also remove the advertised `.chaigame` file extension support. Deprecated.
2017-12-17 02:57:50 -05:00
twinaphex
f6b717765f Update core info file 2017-12-17 02:54:39 +01:00
Twinaphex
49a037746d
Update psp 2017-12-16 21:17:58 +01:00
radius
e89d31208f update psp script 2017-12-15 17:50:58 -05:00
radius
fd87ec04ed update psp script 2017-12-15 17:48:36 -05:00
radius
d2ead2f4d2 update script 2017-12-15 17:27:57 -05:00
radius
0e0bd1de9b update script 2017-12-15 17:23:16 -05:00
radius
e4d336665f add psp setup environment 2017-12-15 17:17:42 -05:00
Andrés
c981c4088c
Merge pull request #642 from orbea/psp_hw_render
libretro-buildbot-recipe.sh: Set the branch to psp_hardware_render in…
2017-12-15 01:10:27 -05:00
orbea
e34bab7593 libretro-buildbot-recipe.sh: Set the branch to psp_hardware_render instead of master to avoid build loops. 2017-12-14 21:59:07 -08:00
Andrés
712c397224
Update cores-android-armv7-ndk 2017-12-14 17:30:11 -05:00
Twinaphex
d238ffe74d
Merge pull request #641 from esoptron/patch-2
Update PX68k's display name
2017-12-14 19:24:43 +01:00
esoptron
07b7b7083a
Update PX68k's display name 2017-12-14 13:14:04 -05:00
Twinaphex
f9a4b9bdac
Merge pull request #640 from RobLoach/boom
Fix Mr.Boom database name
2017-12-12 18:20:50 +01:00
Rob Loach
820cf33bf5
Use "MrBoom" for the database name 2017-12-12 10:58:05 -05:00
Rob Loach
85ed3ff993
Use "MrBoom" for the database name 2017-12-12 10:57:47 -05:00
Rob Loach
73fcd2eff2
Update Mr.Boom database entry 2017-12-12 10:51:31 -05:00
Twinaphex
69f503c898
Merge pull request #639 from RobLoach/patch-31
Add building of Mr.Boom DAT
2017-12-12 11:20:25 +01:00
Rob Loach
ce4f22c6a4
Add building of Mr.Boom DAT
Related to https://github.com/libretro/libretro-database/pull/552
2017-12-11 19:31:37 -05:00
Andrés
90e8951fea
Update cores-linux-armhf-generic 2017-12-10 17:25:50 -05:00
Andrés
34a32d4cf3
Update cores-linux-x64-generic 2017-12-10 17:25:36 -05:00
Andrés
0fd21f95b9
Add Gearboy 2017-12-10 17:25:18 -05:00
Andrés
6c323b6cc5
Add Gearboy 2017-12-10 17:24:55 -05:00
Brad Parker
76babb3c63 add core file for msvc2003 2017-12-07 22:06:01 -05:00
Brad Parker
5b67640a42 add retroarch recipe for msvc2003 using Makefile.griffin 2017-12-07 21:47:57 -05:00
Brad Parker
a4f78fd20a use $ARGS in .ra recipe files for make options instead of configure ones 2017-12-07 21:45:33 -05:00
Twinaphex
dc0afa0f25
Merge pull request #635 from orbea/common
libretro-buildbot-recipe.sh: Remove seemingly unneeded and non-portable bash redirection.
2017-12-07 06:31:59 +01:00
Twinaphex
034b55a605
Merge pull request #637 from orbea/mame
libretro-buildbot-recipe.sh: Don't build mame2003 and mame2010 with 1 make job
2017-12-07 06:10:18 +01:00
orbea
f527b2f2a8 libretro-buildbot-recipe.sh: Don't build mame2003 and mame2010 with 1 make job. 2017-12-06 20:41:16 -08:00
Twinaphex
9af7098503
Merge pull request #636 from orbea/gl
libretro-buildbot-recipe.sh: Remove the redundant generic gl make function.
2017-12-07 04:40:56 +01:00
orbea
6d7486a5db libretro-buildbot-recipe.sh: Remove the redundant generic gl make function.
Also remove the GENERIC_THEOS target since its not used anywhere and the
function does not exist.
2017-12-06 14:17:44 -08:00
orbea
abe440887d libretro-buildbot-recipe.sh: Remove seemingly unneeded and non-portable bash redirection. 2017-12-06 08:33:02 -08:00
Twinaphex
4d9c83ac38
Merge pull request #633 from orbea/bsnes
libretro-buildbot-recipe.sh: Build all three profiles for the bsnes cores.
2017-12-06 04:57:25 +01:00
Twinaphex
ea864899d5
Merge pull request #634 from orbea/logs
libretro-buildbot-recipe.sh: Use the RECIPE name for the log files.
2017-12-06 04:56:46 +01:00
orbea
bbc09a08a8 libretro-buildbot-recipe.sh: Build all three profiles for bsnes-libretro and bsnes-mercury
Fixes https://github.com/libretro/libretro-super/issues/241
2017-12-05 15:02:17 -08:00
orbea
8db271c929 libretro-buildbot-recipe.sh: Use the RECIPE name for the log files. 2017-12-05 14:46:03 -08:00
Twinaphex
9eefe27c88
Merge pull request #632 from orbea/args
libretro-buildbot-recipe.sh: Do not require checking if there are $ARGS
2017-12-05 20:13:26 +01:00
orbea
78536c66cb libretro-buildbot-recipe.sh: Do not require checking if there are $ARGS 2017-12-05 10:01:50 -08:00
Twinaphex
173dc9a0d7
Merge pull request #631 from orbea/bsnes
libretro-buildbot-recipe.sh: Build the bsnes cores in the generic make functions.
2017-12-05 17:49:33 +01:00
orbea
58498ddbd3 libretro-buildbot-recipe.sh: Build the bsnes android cores in the build_libretro_generic_jni function. 2017-12-05 07:39:50 -08:00