4010 Commits

Author SHA1 Message Date
Andrés
b9a9f58a7e
Merge pull request #687 from orbea/reset
libretro-buildbot-recipe.sh: Fix builds with force pushes.
2018-01-07 12:44:33 -05:00
orbea
22b5a94ff5 libretro-buildbot-recipe.sh: Fix builds with force pushes.
The script will no longer git pull, but will fetch the any changes
from the remote branch and then reset the repo to that branch.

If there are changes the HEAD commit will change and it will rebuild.

This will also work if the old history was changed instead of the new
history.
2018-01-07 09:41:53 -08:00
Twinaphex
b4c688b9a5
Merge pull request #685 from esoptron/patch-1
Update bluemsx_libretro.info
2018-01-07 09:07:43 +01:00
esoptron
d040634000
Update bluemsx_libretro.info 2018-01-06 22:20:35 -05:00
Brad Parker
c8b216610e osx: add mesen 2018-01-06 14:34:12 -05:00
Twinaphex
31b74e9727
Merge pull request #684 from RobLoach/freeintv
Add Mattel Intellivision via FreeIntv
2018-01-06 19:19:18 +01:00
Rob Loach
fd65c5d88a
Add Mattel - Intellivision via FreeIntv 2018-01-06 12:22:56 -05:00
Andrés
8fc7e727d1
Merge pull request #683 from orbea/citra
libretro-buildbot-recipe.sh: Fix citra builds for windows (Again)
2018-01-06 10:36:52 -05:00
orbea
81398a8b37 libretro-buildbot-recipe.sh: Fix citra builds for windows (Again)
During one of my clean up efforts I neglected to make sure the quotes
around '-G "MYSYS Makefiles"' were not evaluated. Escaping the variable
containing this option works, but should be noted it only works with bash.
Since this script is inherently a bash script that should be no problem.

Fixes https://github.com/libretro/libretro-super/issues/675
2018-01-06 07:33:27 -08:00
Andrés
bed6cf725e
Update cores-linux-armhf-generic 2018-01-05 23:53:03 -05:00
Andrés
030b2881bd
Update cores-linux-x86-generic 2018-01-05 23:52:46 -05:00
Andrés
584df06f37
Update cores-linux-x64-generic 2018-01-05 23:52:20 -05:00
Andrés
979b32b33b
Add files via upload 2018-01-05 23:22:33 -05:00
Andrés
8561e87faa
Merge pull request #679 from r-type/master
add scummvm wiiu
2018-01-05 23:18:51 -05:00
bparker06
20d638b83b
Add mesen to windows x86 2018-01-05 23:15:37 -05:00
bparker06
c26d2def1b
Add mesen to windows x64 2018-01-05 23:15:12 -05:00
Twinaphex
b7566b15d9
Merge pull request #680 from orbea/sameboy
recipes: Fix sameboy recipe.
2018-01-05 23:43:13 +01:00
Twinaphex
e9d86d1527
Merge pull request #682 from orbea/wswan
recipes: Fix wswan recipes.
2018-01-05 23:42:20 +01:00
twinaphex
8ce356b423 Update recipes 2018-01-05 22:41:28 +01:00
orbea
bf838bef1b recipes: Fix wswan recipes. 2018-01-05 12:01:35 -08:00
Andrés
82574a9b57
Merge pull request #681 from orbea/recipe
libretro-buildbot-recipe.sh: Rebuild cores when using a new recipe.
2018-01-04 22:18:13 -05:00
orbea
4c18b370af libretro-buildbot-recipe.sh: Rebuild cores when using a new recipe. 2018-01-04 19:09:47 -08:00
orbea
46fa271679 recipes: Fix sameboy recipe. 2018-01-04 17:31:58 -08:00
not6
3aecf6b141
add scummvm
use fork place for testing before PR to libretro
2018-01-05 00:34:06 +00:00
twinaphex
74cc5a969e Add libretro-build-switch.sh 2018-01-04 23:27:42 +01:00
Twinaphex
32659204cf
Merge pull request #678 from libretro/fr500-patch-1
Update cores-osx-x64-generic
2018-01-04 16:20:00 +01:00
Andrés
ffed5604fd
Update cores-osx-x64-generic 2018-01-04 10:10:43 -05:00
Andrés
f1065a882a
Update cores-windows-x86_dw2-generic 2018-01-04 10:09:43 -05:00
Andrés
c804b6e113
Update cores-windows-x64_seh-generic 2018-01-04 10:08:46 -05:00
Andrés
e0c1eedf8e
Update cores-linux-x64-generic 2018-01-04 10:08:13 -05:00
Twinaphex
9ca5ab9220
Merge pull request #677 from retro-wertz/patch-1
Fix SameBoy target
2018-01-04 11:38:04 +01:00
retro-wertz
fc0e8316aa
Fix SameBoy target
=== SameBoy
Building sameboy...
cd "/run/media/retrowertz/7911DC541A5BA668/msys64/home/Cain/libretro-super/libretro-sameboy"
make -f Makefile.libretro platform="unix" -j2  clean
libretro/Makefile:134: Makefile.common: No such file or directory
make: *** No rule to make target 'Makefile.common'.  Stop.
make -f Makefile.libretro platform="unix" -j2 CC="gcc" CXX="g++" 
libretro/Makefile:134: Makefile.common: No such file or directory
make: *** No rule to make target 'Makefile.common'.  Stop.
2018-01-04 16:58:50 +08:00
Twinaphex
c70e5374ce
Merge pull request #676 from RobLoach/patch-35
bluemsx: Add Coleco - ColecoVision to the DB list
2018-01-03 16:00:08 +01:00
Rob Loach
5f4d4fa27f
bluemsx: Add Coleco - ColecoVision to the DB list 2018-01-02 12:20:30 -05:00
Andrés
3072436c44
Merge pull request #674 from orbea/ppsspp
recipes: Set DIST for ppsspp android-cmake recipes.
2017-12-31 15:51:04 -05:00
orbea
9e3b0973f8 recipes: Set DIST for ppsspp android-cmake recipes. 2017-12-31 12:49:40 -08:00
Twinaphex
04febcb491
Merge pull request #672 from RobLoach/amstrad-cpc
Add Amstrad - CPC database
2017-12-31 00:24:55 +01:00
Rob Loach
a57cfe6185
Add building of Amstrad CPC 2017-12-30 08:07:03 -05:00
Rob Loach
2a61eab2c8
Add Amstrad CPC database 2017-12-30 08:03:58 -05:00
Twinaphex
2afd0e69c1
Merge pull request #671 from RobLoach/patch-34
Add Sony - PlayStation 3 database
2017-12-29 11:30:30 +01:00
Rob Loach
8ef0a04f51
Add Sony - PlayStation 3 database 2017-12-29 03:48:29 -05:00
Twinaphex
616b25aec6
Merge pull request #669 from orbea/cleanup
libretro-buildbot-recipe.sh: Clean up build_libretro_leiradel_makefile
2017-12-28 22:28:32 +01:00
Twinaphex
120775c29c
Merge pull request #670 from orbea/emux
recipes: Try to fix emux cores for cores-linux-armhf-generic.
2017-12-28 22:28:10 +01:00
orbea
420a73e6b2 recipes: Try to fix emux cores for cores-linux-armhf-generic. 2017-12-27 20:59:50 -08:00
orbea
b934823675 libretro-buildbot-recipe.sh: Clean up build_libretro_leiradel_makefile 2017-12-27 20:04:34 -08:00
Twinaphex
1f709a0db2
Merge pull request #667 from RobLoach/patch-33
bios: Update DMG_ROM.bin to dmg_boot.bin
2017-12-28 02:36:53 +01:00
Twinaphex
563fd79134
Merge pull request #668 from orbea/atari800
recipes: Add atari800 to cores-android-jni-aarch64
2017-12-28 02:36:40 +01:00
orbea
043bcba31e recipes: Add atari800 to cores-android-jni-aarch64 2017-12-27 17:06:01 -08:00
Rob Loach
4a28b3ea38
bios: Update DMG_ROM.bin to dmg_boot.bin
This updates the expected BIOS filename to match the other libretro Gameboy core BIOS names.
2017-12-27 19:50:14 -05:00
Twinaphex
ccdc9b17cf
Merge pull request #666 from orbea/cleanup
libretro-buildbot-recipe.sh: Use $CORENAM core names.
2017-12-28 01:47:04 +01:00