diff --git a/recipes/windows/cores-leiradel-mingw-w32-dw2 b/recipes/windows/cores-leiradel-mingw-w32-dw2 index f2ffbd58..82376cb9 100644 --- a/recipes/windows/cores-leiradel-mingw-w32-dw2 +++ b/recipes/windows/cores-leiradel-mingw-w32-dw2 @@ -1,2 +1,7 @@ -gw libretro-gw https://github.com/libretro/gw-libretro.git PROJECT YES LEIRADEL Makefile build mingw32 +fuse libretro-fuse https://github.com/libretro/fuse-libretro.git PROJECT YES LEIRADEL Makefile build x86 +gw libretro-gw https://github.com/libretro/gw-libretro.git PROJECT YES LEIRADEL Makefile build x86 +emux_nes libretro-emux_nes https://github.com/libretro/emux PROJECT YES LEIRADEL Makefile libretro x86 MACHINE=nes +emux_sms libretro-emux_sms https://github.com/libretro/emux PROJECT YES LEIRADEL Makefile libretro x86 MACHINE=sms +emux_chip8 libretro-emux_chip8 https://github.com/libretro/emux PROJECT YES LEIRADEL Makefile libretro x86 MACHINE=chip8 +emux_gb libretro-emux_gb https://github.com/libretro/emux PROJECT YES LEIRADEL Makefile libretro x86 MACHINE=gb diff --git a/recipes/windows/cores-leiradel-mingw-w32-dw2.conf b/recipes/windows/cores-leiradel-mingw-w32-dw2.conf index c57fc930..0e4aa745 100644 --- a/recipes/windows/cores-leiradel-mingw-w32-dw2.conf +++ b/recipes/windows/cores-leiradel-mingw-w32-dw2.conf @@ -1,5 +1,6 @@ PATH /mingw32/bin/ platform MINGW32 +PLATFORM windows ARCH x86 MAKE mingw32-make.exe CC gcc diff --git a/recipes/windows/cores-leiradel-mingw-w64-seh b/recipes/windows/cores-leiradel-mingw-w64-seh index d4826694..9efc64f7 100644 --- a/recipes/windows/cores-leiradel-mingw-w64-seh +++ b/recipes/windows/cores-leiradel-mingw-w64-seh @@ -1 +1,8 @@ -gw libretro-gw https://github.com/libretro/gw-libretro.git PROJECT YES LEIRADEL Makefile build mingw64 +fuse libretro-fuse https://github.com/libretro/fuse-libretro.git PROJECT YES LEIRADEL Makefile build x86_64 +gw libretro-gw https://github.com/libretro/gw-libretro.git PROJECT YES LEIRADEL Makefile build x86_64 +emux_nes libretro-emux_nes https://github.com/libretro/emux PROJECT YES LEIRADEL Makefile libretro x86_64 MACHINE=nes +emux_sms libretro-emux_sms https://github.com/libretro/emux PROJECT YES LEIRADEL Makefile libretro x86_64 MACHINE=sms +emux_chip8 libretro-emux_chip8 https://github.com/libretro/emux PROJECT YES LEIRADEL Makefile libretro x86_64 MACHINE=chip8 +emux_gb libretro-emux_gb https://github.com/libretro/emux PROJECT YES LEIRADEL Makefile libretro x86_64 MACHINE=gb + + diff --git a/recipes/windows/cores-leiradel-mingw-w64-seh.conf b/recipes/windows/cores-leiradel-mingw-w64-seh.conf index 132e10fb..cbc64a1c 100644 --- a/recipes/windows/cores-leiradel-mingw-w64-seh.conf +++ b/recipes/windows/cores-leiradel-mingw-w64-seh.conf @@ -1,5 +1,6 @@ PATH /mingw64/bin platform MINGW64 +PLATFORM windows ARCH x86_64 MAKE make.exe CC gcc