orbea
ebd0f5d1e1
libretro-buildbot-recipe.sh: Allow building specific bsnes and mame cores.
...
This could be useful for travis to capture regressions if the only
one of the cores is affected. Additionally it is required for fixing
travis with mame2014. If the core is not bsnes-libretro, bsnes-mercury
or mame2014 the $CORE variable in the travis scripts will be ignored.
2017-12-23 10:47:24 -08:00
Twinaphex
a9325132e7
Merge pull request #655 from hyarsan/master
...
Fix Gearboy info file
2017-12-23 10:06:25 +01:00
Twinaphex
5d7c03d730
Merge pull request #659 from orbea/clean
...
libretro-buildbot-recipe.sh: Only clean the correct git directory.
2017-12-23 07:37:54 +01:00
Twinaphex
1e2b599e8c
Merge pull request #660 from orbea/cd
...
libretro-buildbot-recipe.sh: Use git -C to change directories.
2017-12-23 07:37:49 +01:00
Twinaphex
6f0cd10c45
Merge pull request #654 from orbea/armhf
...
recipes: Try to fix mame2014 for armhf.
2017-12-23 07:37:34 +01:00
orbea
d13664d515
libretro-buildbot-recipe.sh: Use git -C to change directories.
...
This avoids a subshell and does not require using 'cd' here.
2017-12-22 19:08:52 -08:00
Yarsan Hoessain
271dcbf91c
put a new line at the end of the file
...
I didn't know you weren't supposed to remove the new line... I might've messed up somewhere else too....
2017-12-23 01:09:36 +01:00
orbea
87e6b2963b
libretro-buildbot-recipe.sh: Only clean the correct git directory.
2017-12-22 15:45:35 -08:00
Andrés
be925301fd
Merge pull request #658 from orbea/update
...
libretro-buildbot-recipe.sh: Use the correct .git directory.
2017-12-22 18:11:58 -05:00
orbea
242c975b75
libretro-buildbot-recipe.sh: Use the correct .git directory.
2017-12-22 15:06:40 -08:00
Andrés
0a1ec6d60a
Merge pull request #657 from orbea/update
...
libretro-buildbot-recipe.sh: Don't rely on the UPDATE variable.
2017-12-22 17:19:39 -05:00
orbea
5c45002f39
libretro-buildbot-recipe.sh: Set $FORCE_ORIG and $BUILD_ORIG earlier.
2017-12-22 14:14:43 -08:00
orbea
e6e194a82d
libretro-buildbot-recipe.sh: Don't rely on the UPDATE variable.
2017-12-22 13:15:02 -08:00
Andrés
f6fd214617
Merge pull request #656 from orbea/pull
...
libretro-buildbot-recipe.sh: Skip build if the .git directory is broken.
2017-12-22 14:35:01 -05:00
orbea
ccb6f9c685
libretro-buildbot-recipe.sh: Skip build if the .git directory is broken.
2017-12-22 11:12:55 -08:00
Yarsan Hoessain
44bae2ca31
Fix Gearboy info file
...
This also adds all of the file extensions that Gearboy actually supports.
2017-12-22 16:45:16 +01:00
orbea
4270a0f9f6
recipes: Try to fix mame2014 for armhf.
2017-12-22 00:58:45 -08:00
Twinaphex
b0b4cf073e
Merge pull request #652 from orbea/cores
...
libretro-buildbot-recipe.sh: Build all three mame2014 cores at once.
2017-12-22 08:03:06 +01:00
Twinaphex
1f32a025de
Merge pull request #653 from orbea/gearboy
...
info: Add gearboy_libretro.info
2017-12-22 01:17:30 +01:00
orbea
3ae5de4f42
info: Add gearboy_libretro.info
2017-12-21 16:03:16 -08:00
orbea
c003a9b58e
libretro-buildbot-recipe.sh: Build all three mame2014 cores at once.
2017-12-21 09:38:32 -08:00
orbea
102f59d4a6
libretro-buildbot-recipe.sh: Don't overwrite $ARGS for bsnes cores.
...
This is not useful yet, but its better behavior.
2017-12-21 09:08:23 -08:00
orbea
d3210f6575
libretro-buildbot-recipe: Do not set FORCE or BUILD for these cores.
...
It is not required for any of them and some of these names are no
longer used anyways.
2017-12-21 08:56:03 -08:00
Twinaphex
d098fb708b
Merge pull request #649 from orbea/fbalpha
...
libretro-buildbot-recipe.sh: Do not set FORCE and BUILD for fbalpha2012.
2017-12-21 17:10:47 +01:00
Twinaphex
0ffb27bb7b
Merge pull request #651 from RobLoach/ios-chailove
...
Add ChaiLove to IOS
2017-12-21 16:49:34 +01:00
Rob Loach
0242552a2c
Add ChaiLove to IOS
2017-12-21 02:27:45 -05:00
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