Merge pull request #1027 from orbea/reicast

recipes: Make reicast_wince use its own directory.
This commit is contained in:
Twinaphex 2019-05-02 22:49:24 +02:00 committed by GitHub
commit eaaab39a9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 4 deletions

View File

@ -85,7 +85,7 @@ puae libretro-uae https://github.com/libretro/libretro-uae.git master YES GENERI
px68k libretro-px68k https://github.com/libretro/px68k-libretro.git master YES GENERIC Makefile.libretro .
quicknes libretro-quicknes https://github.com/libretro/QuickNES_Core.git master YES GENERIC Makefile .
reicast libretro-reicast https://github.com/libretro/reicast-emulator.git master YES GENERIC Makefile .
reicast_wince libretro-reicast https://github.com/libretro/reicast-emulator.git fh/wince YES GENERIC Makefile .
reicast_wince libretro-reicast_wince https://github.com/libretro/reicast-emulator.git fh/wince YES GENERIC Makefile .
redream libretro-redream https://github.com/libretro/redream.git master YES GENERIC Makefile deps/libretro
reminiscence libretro-reminiscence https://github.com/libretro/REminiscence.git master YES GENERIC Makefile .
remotejoy libretro-remotejoy https://github.com/libretro/libretro-remotejoy.git master YES GENERIC Makefile .

View File

@ -96,7 +96,7 @@ px68k libretro-px68k https://github.com/libretro/px68k-libretro.git master YES G
quicknes libretro-quicknes https://github.com/libretro/QuickNES_Core.git master YES GENERIC Makefile .
redream libretro-redream https://github.com/libretro/redream.git master YES GENERIC Makefile deps/libretro
reicast libretro-reicast https://github.com/libretro/reicast-emulator.git master YES GENERIC Makefile . HAVE_OIT=1
reicast_wince libretro-reicast https://github.com/libretro/reicast-emulator.git fh/wince YES GENERIC Makefile . HAVE_OIT=1
reicast_wince libretro-reicast_wince https://github.com/libretro/reicast-emulator.git fh/wince YES GENERIC Makefile . HAVE_OIT=1
reminiscence libretro-reminiscence https://github.com/libretro/REminiscence.git master YES GENERIC Makefile .
remotejoy libretro-remotejoy https://github.com/libretro/libretro-remotejoy.git master YES GENERIC Makefile .
sameboy libretro-sameboy https://github.com/libretro/SameBoy.git buildbot YES GENERIC Makefile libretro

View File

@ -7,4 +7,8 @@ Ex:
2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC Makefile.libretro .
bsnes libretro-bsnes https://github.com/libretro/bsnes-libretro.git libretro YES GENERIC Makefile . | bsnes_accuracy:profile=accuracy bsnes_balanced:profile=balanced bsnes_performance:profile=performance
Command should usually be GENERIC and REPOTYPE should usually be project. Notable exceptions are PPSSPP and PICODRIVE. Those are submodule repos.
Command should usually be GENERIC and REPOTYPE should usually be project.
Notable exceptions are PPSSPP and PICODRIVE. Those are submodule repos.
When adding multiple recipes for the same repo make sure they use different
directories.

View File

@ -93,7 +93,7 @@ puae libretro-uae https://github.com/libretro/libretro-uae.git master YES GENERI
quicknes libretro-quicknes https://github.com/libretro/QuickNES_Core.git master YES GENERIC Makefile .
redream libretro-redream https://github.com/libretro/redream.git master YES GENERIC Makefile deps/libretro
reicast libretro-reicast https://github.com/libretro/reicast-emulator.git master YES GENERIC Makefile . HAVE_OIT=1
reicast_wince libretro-reicast https://github.com/libretro/reicast-emulator.git fh/wince YES GENERIC Makefile . HAVE_OIT=1
reicast_wince libretro-reicast_wince https://github.com/libretro/reicast-emulator.git fh/wince YES GENERIC Makefile . HAVE_OIT=1
reminiscence libretro-reminiscence https://github.com/libretro/REminiscence.git master YES GENERIC Makefile .
remotejoy libretro-remotejoy https://github.com/libretro/libretro-remotejoy.git master YES GENERIC Makefile .
sameboy libretro-sameboy https://github.com/libretro/SameBoy.git buildbot YES GENERIC Makefile libretro