diff --git a/build-config.sh b/build-config.sh index 6ca35d19..2db534f9 100644 --- a/build-config.sh +++ b/build-config.sh @@ -182,7 +182,7 @@ include_core_prosystem include_core_o2em # --- 3DO emulator cores --- -include_core_4do +include_core_opera # --- ZX Spectrum emulator cores --- include_core_fuse diff --git a/libretro-build-android-mk.sh b/libretro-build-android-mk.sh old mode 100644 new mode 100755 index 10d1a260..cfd73e74 --- a/libretro-build-android-mk.sh +++ b/libretro-build-android-mk.sh @@ -112,9 +112,9 @@ if [ $1 ]; then else WANT_CORES=" \ 2048 \ - 4do \ bluemsx \ fmsx \ + opera \ mednafen_lynx \ mednafen_ngp \ mednafen_pce_fast \ diff --git a/libretro-build.sh b/libretro-build.sh index e20a12d7..c76cd47d 100755 --- a/libretro-build.sh +++ b/libretro-build.sh @@ -95,7 +95,7 @@ build_default_cores_little_endian_only() { libretro_build_core gpsp libretro_build_core o2em fi - libretro_build_core 4do + libretro_build_core opera if [ $platform != "qnx" ]; then if [ $platform != "psp1" ]; then diff --git a/libretro-header-update.sh b/libretro-header-update.sh index 395dca52..73ac48f0 100755 --- a/libretro-header-update.sh +++ b/libretro-header-update.sh @@ -106,4 +106,4 @@ update_header "libretro-vecx/libretro" "libretro/vecx (51/55)" update_header "libretro-ppsspp/libretro" "libretro/ppsspp (52/55)" update_header "libretro-prosystem" "libretro/prosystem (53/55)" update_header "libretro-o2em" "libretro/o2em (54/55)" -update_header "libretro-4do" "libretro/4do (55/55)" +update_header "libretro-opera" "libretro/opera (55/55)" diff --git a/recipes/android/cores-android b/recipes/android/cores-android index 941fa24a..5c91c632 100644 --- a/recipes/android/cores-android +++ b/recipes/android/cores-android @@ -1,5 +1,5 @@ 2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC_JNI Makefile jni -4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC_JNI Makefile jni +opera libretro-opera https://github.com/libretro/opera-libretro.git master YES GENERIC_JNI Makefile jni 81 libretro-81 https://github.com/libretro/81-libretro.git master YES GENERIC_JNI Makefile build/jni atari800 libretro-atari800 https://github.com/libretro/libretro-atari800.git master YES GENERIC_JNI Makefile jni bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC_JNI Makefile jni diff --git a/recipes/apple/cores-ios-arm64-generic b/recipes/apple/cores-ios-arm64-generic index b62cf603..535c890c 100644 --- a/recipes/apple/cores-ios-arm64-generic +++ b/recipes/apple/cores-ios-arm64-generic @@ -1,5 +1,5 @@ 2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC Makefile.libretro . -4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile . +opera libretro-opera https://github.com/libretro/opera-libretro.git master YES GENERIC Makefile . atari800 libretro-atari800 https://github.com/libretro/libretro-atari800.git master NO GENERIC Makefile . bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro . bsnes libretro-bsnes https://github.com/libretro/bsnes.git master YES GENERIC GNUmakefile bsnes target=libretro binary=library local=false openmp=false diff --git a/recipes/apple/cores-ios-generic b/recipes/apple/cores-ios-generic index 4fff39d1..0c33eae7 100644 --- a/recipes/apple/cores-ios-generic +++ b/recipes/apple/cores-ios-generic @@ -1,5 +1,5 @@ 2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC Makefile.libretro . -4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile . +opera libretro-opera https://github.com/libretro/opera-libretro.git master YES GENERIC Makefile . atari800 libretro-atari800 https://github.com/libretro/libretro-atari800.git master YES GENERIC Makefile . bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro . bsnes libretro-bsnes https://github.com/libretro/bsnes.git master YES GENERIC GNUmakefile bsnes target=libretro binary=library local=false openmp=false diff --git a/recipes/apple/cores-ios9-generic b/recipes/apple/cores-ios9-generic index 574d5cdd..43dda61c 100644 --- a/recipes/apple/cores-ios9-generic +++ b/recipes/apple/cores-ios9-generic @@ -1,5 +1,5 @@ 2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC Makefile.libretro . -4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile . +opera libretro-opera https://github.com/libretro/opera-libretro.git master YES GENERIC Makefile . atari800 libretro-atari800 https://github.com/libretro/libretro-atari800.git master YES GENERIC Makefile . bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro . bsnes libretro-bsnes https://github.com/libretro/bsnes.git master YES GENERIC GNUmakefile bsnes target=libretro binary=library local=false openmp=false diff --git a/recipes/apple/cores-osx-x64-generic b/recipes/apple/cores-osx-x64-generic index 9923bcb8..1c4e5e5f 100644 --- a/recipes/apple/cores-osx-x64-generic +++ b/recipes/apple/cores-osx-x64-generic @@ -1,5 +1,5 @@ 2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC Makefile.libretro . -4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile . +opera libretro-opera https://github.com/libretro/opera-libretro.git master YES GENERIC Makefile . atari800 libretro-atari800 https://github.com/libretro/libretro-atari800.git master YES GENERIC Makefile . blastem libretro-blastem https://github.com/libretro/blastem.git libretro YES GENERIC Makefile.libretro . bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro . diff --git a/recipes/apple/cores-tvos-arm64-generic b/recipes/apple/cores-tvos-arm64-generic index fb4da46e..d502d4e1 100644 --- a/recipes/apple/cores-tvos-arm64-generic +++ b/recipes/apple/cores-tvos-arm64-generic @@ -1,5 +1,5 @@ 2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC Makefile.libretro . -4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile . +opera libretro-opera https://github.com/libretro/opera-libretro.git master YES GENERIC Makefile . atari800 libretro-atari800 https://github.com/libretro/libretro-atari800.git master NO GENERIC Makefile . bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro . bsnes libretro-bsnes https://github.com/libretro/bsnes.git master YES GENERIC GNUmakefile bsnes target=libretro binary=library local=false openmp=false diff --git a/recipes/blackberry/cores-qnx-generic b/recipes/blackberry/cores-qnx-generic index ec4b436b..977778a4 100644 --- a/recipes/blackberry/cores-qnx-generic +++ b/recipes/blackberry/cores-qnx-generic @@ -1,5 +1,5 @@ 2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC Makefile.libretro . -4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile . +opera libretro-opera https://github.com/libretro/opera-libretro.git master YES GENERIC Makefile . atari800 libretro-atari800 https://github.com/libretro/libretro-atari800.git master YES GENERIC Makefile . bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro . cannonball libretro-cannonball https://github.com/libretro/cannonball.git master YES GENERIC Makefile . diff --git a/recipes/emscripten/emscripten b/recipes/emscripten/emscripten index 8d40a0b8..2ab22abb 100644 --- a/recipes/emscripten/emscripten +++ b/recipes/emscripten/emscripten @@ -1,5 +1,5 @@ 2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC Makefile.libretro . -4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile . +opera libretro-opera https://github.com/libretro/opera-libretro.git master YES GENERIC Makefile . atari800 libretro-atari800 https://github.com/libretro/libretro-atari800.git master NO GENERIC Makefile . bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master NO GENERIC Makefile.libretro . cannonball libretro-cannonball https://github.com/libretro/cannonball.git master YES GENERIC Makefile . diff --git a/recipes/linux/cores-linux-arm7neonhf b/recipes/linux/cores-linux-arm7neonhf index 47dcf35e..fbea59de 100644 --- a/recipes/linux/cores-linux-arm7neonhf +++ b/recipes/linux/cores-linux-arm7neonhf @@ -1,6 +1,6 @@ 2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC Makefile.libretro . 3dengine libretro-3dengine https://github.com/libretro/libretro-3dengine.git master YES GENERIC_GL Makefile . -4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile . +opera libretro-opera https://github.com/libretro/opera-libretro.git master YES GENERIC Makefile . 81 libretro-81 https://github.com/libretro/81-libretro.git master YES GENERIC Makefile . atari800 libretro-atari800 https://github.com/libretro/libretro-atari800.git master YES GENERIC Makefile . bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro . diff --git a/recipes/linux/cores-linux-armhf-generic b/recipes/linux/cores-linux-armhf-generic index 4c9d8017..f846743e 100644 --- a/recipes/linux/cores-linux-armhf-generic +++ b/recipes/linux/cores-linux-armhf-generic @@ -1,6 +1,6 @@ 2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC Makefile.libretro . 3dengine libretro-3dengine https://github.com/libretro/libretro-3dengine.git master YES GENERIC_GL Makefile . -4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile . +opera libretro-opera https://github.com/libretro/opera-libretro.git master YES GENERIC Makefile . 81 libretro-81 https://github.com/libretro/81-libretro.git master YES GENERIC Makefile . atari800 libretro-atari800 https://github.com/libretro/libretro-atari800.git master YES GENERIC Makefile . bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro . diff --git a/recipes/linux/cores-linux-x64-generic b/recipes/linux/cores-linux-x64-generic index b8c2b53f..18f892e0 100644 --- a/recipes/linux/cores-linux-x64-generic +++ b/recipes/linux/cores-linux-x64-generic @@ -1,6 +1,6 @@ 2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC Makefile.libretro . 3dengine libretro-3dengine https://github.com/libretro/libretro-3dengine.git master YES GENERIC_GL Makefile . -4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile . +opera libretro-opera https://github.com/libretro/opera-libretro.git master YES GENERIC Makefile . 81 libretro-81 https://github.com/libretro/81-libretro.git master YES GENERIC Makefile . atari800 libretro-atari800 https://github.com/libretro/libretro-atari800.git master YES GENERIC Makefile . blastem libretro-blastem https://github.com/libretro/blastem.git libretro YES GENERIC Makefile.libretro . diff --git a/recipes/linux/cores-linux-x86-generic b/recipes/linux/cores-linux-x86-generic index 75a1d94c..74c3bc5d 100644 --- a/recipes/linux/cores-linux-x86-generic +++ b/recipes/linux/cores-linux-x86-generic @@ -1,6 +1,6 @@ 2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC Makefile.libretro . 3dengine libretro-3dengine https://github.com/libretro/libretro-3dengine.git master YES GENERIC_GL Makefile . -4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile . +opera libretro-opera https://github.com/libretro/opera-libretro.git master YES GENERIC Makefile . 81 libretro-81 https://github.com/libretro/81-libretro.git master YES GENERIC Makefile . atari800 libretro-atari800 https://github.com/libretro/libretro-atari800.git master YES GENERIC Makefile . bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro . diff --git a/recipes/nintendo/3ds b/recipes/nintendo/3ds index 148d5071..5971c701 100644 --- a/recipes/nintendo/3ds +++ b/recipes/nintendo/3ds @@ -1,5 +1,5 @@ 2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC Makefile.libretro . -4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile . +opera libretro-opera https://github.com/libretro/opera-libretro.git master YES GENERIC Makefile . 81 libretro-81 https://github.com/libretro/81-libretro.git master YES GENERIC Makefile . atari800 libretro-atari800 https://github.com/libretro/libretro-atari800.git master NO GENERIC Makefile . cap32 libretro-cap32 https://github.com/libretro/libretro-cap32.git master YES GENERIC Makefile . diff --git a/recipes/nintendo/libnx b/recipes/nintendo/libnx index 849a579c..3d3a575e 100644 --- a/recipes/nintendo/libnx +++ b/recipes/nintendo/libnx @@ -1,5 +1,5 @@ 2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC Makefile.libretro . -4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile . +opera libretro-opera https://github.com/libretro/opera-libretro.git master YES GENERIC Makefile . atari800 libretro-atari800 https://github.com/libretro/libretro-atari800.git master YES GENERIC Makefile . bsnes_hd_beta libretro-bsnes_hd_beta https://github.com/DerKoun/bsnes-hd.git master YES GENERIC GNUmakefile bsnes target=libretro binary=library local=false cannonball libretro-cannonball https://github.com/libretro/cannonball.git master YES GENERIC Makefile . diff --git a/recipes/windows/cores-windows-msvc2003-x86_dw2-generic b/recipes/windows/cores-windows-msvc2003-x86_dw2-generic index 417b3fbf..877655dd 100644 --- a/recipes/windows/cores-windows-msvc2003-x86_dw2-generic +++ b/recipes/windows/cores-windows-msvc2003-x86_dw2-generic @@ -1,5 +1,5 @@ 2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC Makefile.libretro . -4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile . +opera libretro-opera https://github.com/libretro/opera-libretro.git master YES GENERIC Makefile . bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro . fbalpha2012 libretro-fbalpha2012 https://github.com/libretro/fbalpha2012.git master YES GENERIC makefile.libretro svn-current/trunk fbalpha2012_cps1 libretro-fbalpha2012_cps1 https://github.com/libretro/fbalpha2012_cps1.git master YES GENERIC makefile.libretro . diff --git a/recipes/windows/cores-windows-msvc2005-x86_dw2-generic b/recipes/windows/cores-windows-msvc2005-x86_dw2-generic index 42c53dca..203f6ac9 100644 --- a/recipes/windows/cores-windows-msvc2005-x86_dw2-generic +++ b/recipes/windows/cores-windows-msvc2005-x86_dw2-generic @@ -1,5 +1,5 @@ 2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC Makefile.libretro . -4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile . +opera libretro-opera https://github.com/libretro/opera-libretro.git master YES GENERIC Makefile . bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro . fceumm libretro-fceumm https://github.com/libretro/libretro-fceumm.git master YES GENERIC Makefile.libretro . fmsx libretro-fmsx https://github.com/libretro/fmsx-libretro.git master YES GENERIC Makefile . diff --git a/recipes/windows/cores-windows-msvc2010-x64_seh-generic b/recipes/windows/cores-windows-msvc2010-x64_seh-generic index 39f99b3a..5146f3f6 100644 --- a/recipes/windows/cores-windows-msvc2010-x64_seh-generic +++ b/recipes/windows/cores-windows-msvc2010-x64_seh-generic @@ -1,6 +1,6 @@ 2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC Makefile.libretro . 3dengine libretro-3dengine https://github.com/libretro/libretro-3dengine.git master YES GENERIC Makefile . -4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile . +opera libretro-opera https://github.com/libretro/opera-libretro.git master YES GENERIC Makefile . bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro . craft libretro-craft https://github.com/libretro/craft master YES GENERIC Makefile.libretro . fceumm libretro-fceumm https://github.com/libretro/libretro-fceumm.git master YES GENERIC Makefile.libretro . diff --git a/recipes/windows/cores-windows-msvc2010-x86_dw2-generic b/recipes/windows/cores-windows-msvc2010-x86_dw2-generic index 43785d4c..eaf7b6d8 100644 --- a/recipes/windows/cores-windows-msvc2010-x86_dw2-generic +++ b/recipes/windows/cores-windows-msvc2010-x86_dw2-generic @@ -1,6 +1,6 @@ 2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC Makefile.libretro . 3dengine libretro-3dengine https://github.com/libretro/libretro-3dengine.git master YES GENERIC Makefile . -4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile . +opera libretro-opera https://github.com/libretro/opera-libretro.git master YES GENERIC Makefile . bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro . craft libretro-craft https://github.com/libretro/craft master YES GENERIC Makefile.libretro . fceumm libretro-fceumm https://github.com/libretro/libretro-fceumm.git master YES GENERIC Makefile.libretro . diff --git a/recipes/windows/cores-windows-msvc2017-desktop-x64_seh-generic b/recipes/windows/cores-windows-msvc2017-desktop-x64_seh-generic index 6e76e3ef..0d19cc54 100644 --- a/recipes/windows/cores-windows-msvc2017-desktop-x64_seh-generic +++ b/recipes/windows/cores-windows-msvc2017-desktop-x64_seh-generic @@ -1,5 +1,5 @@ 2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC Makefile.libretro . -4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile . +opera libretro-opera https://github.com/libretro/opera-libretro.git master YES GENERIC Makefile . bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro . desmume libretro-desmume https://github.com/libretro/desmume.git master YES GENERIC Makefile.libretro desmume/src/frontend/libretro fbneo libretro-fbneo https://github.com/libretro/FBNeo.git master YES GENERIC Makefile src/burner/libretro diff --git a/recipes/windows/cores-windows-msvc2017-desktop-x86_dw2-generic b/recipes/windows/cores-windows-msvc2017-desktop-x86_dw2-generic index 61af5dfe..965832df 100644 --- a/recipes/windows/cores-windows-msvc2017-desktop-x86_dw2-generic +++ b/recipes/windows/cores-windows-msvc2017-desktop-x86_dw2-generic @@ -1,5 +1,5 @@ 2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC Makefile.libretro . -4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile . +opera libretro-opera https://github.com/libretro/opera-libretro.git master YES GENERIC Makefile . bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro . desmume libretro-desmume https://github.com/libretro/desmume.git master YES GENERIC Makefile.libretro desmume/src/frontend/libretro fbneo libretro-fbneo https://github.com/libretro/FBNeo.git master YES GENERIC Makefile src/burner/libretro diff --git a/recipes/windows/cores-windows-msvc2017-uwp-arm-generic b/recipes/windows/cores-windows-msvc2017-uwp-arm-generic index 6e76e3ef..0d19cc54 100644 --- a/recipes/windows/cores-windows-msvc2017-uwp-arm-generic +++ b/recipes/windows/cores-windows-msvc2017-uwp-arm-generic @@ -1,5 +1,5 @@ 2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC Makefile.libretro . -4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile . +opera libretro-opera https://github.com/libretro/opera-libretro.git master YES GENERIC Makefile . bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro . desmume libretro-desmume https://github.com/libretro/desmume.git master YES GENERIC Makefile.libretro desmume/src/frontend/libretro fbneo libretro-fbneo https://github.com/libretro/FBNeo.git master YES GENERIC Makefile src/burner/libretro diff --git a/recipes/windows/cores-windows-msvc2017-uwp-x64_seh-generic b/recipes/windows/cores-windows-msvc2017-uwp-x64_seh-generic index ee6e31d2..7014fec3 100644 --- a/recipes/windows/cores-windows-msvc2017-uwp-x64_seh-generic +++ b/recipes/windows/cores-windows-msvc2017-uwp-x64_seh-generic @@ -1,5 +1,5 @@ 2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC Makefile.libretro . -4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile . +opera libretro-opera https://github.com/libretro/opera-libretro.git master YES GENERIC Makefile . bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro . desmume libretro-desmume https://github.com/libretro/desmume.git master YES GENERIC Makefile.libretro desmume/src/frontend/libretro fbneo libretro-fbneo https://github.com/libretro/FBNeo.git master YES GENERIC Makefile src/burner/libretro diff --git a/recipes/windows/cores-windows-msvc2017-uwp-x86_dw2-generic b/recipes/windows/cores-windows-msvc2017-uwp-x86_dw2-generic index 6e76e3ef..0d19cc54 100644 --- a/recipes/windows/cores-windows-msvc2017-uwp-x86_dw2-generic +++ b/recipes/windows/cores-windows-msvc2017-uwp-x86_dw2-generic @@ -1,5 +1,5 @@ 2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC Makefile.libretro . -4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile . +opera libretro-opera https://github.com/libretro/opera-libretro.git master YES GENERIC Makefile . bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro . desmume libretro-desmume https://github.com/libretro/desmume.git master YES GENERIC Makefile.libretro desmume/src/frontend/libretro fbneo libretro-fbneo https://github.com/libretro/FBNeo.git master YES GENERIC Makefile src/burner/libretro diff --git a/recipes/windows/cores-windows-x64_seh-generic b/recipes/windows/cores-windows-x64_seh-generic index dc95b695..1a5f5bdc 100644 --- a/recipes/windows/cores-windows-x64_seh-generic +++ b/recipes/windows/cores-windows-x64_seh-generic @@ -1,6 +1,6 @@ 2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC Makefile.libretro . 3dengine libretro-3dengine https://github.com/libretro/libretro-3dengine.git master YES GENERIC_GL Makefile . -4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile . +opera libretro-opera https://github.com/libretro/opera-libretro.git master YES GENERIC Makefile . 81 libretro-81 https://github.com/libretro/81-libretro.git master YES GENERIC Makefile . atari800 libretro-atari800 https://github.com/libretro/libretro-atari800.git master YES GENERIC Makefile . blastem libretro-blastem https://github.com/libretro/blastem.git libretro YES GENERIC Makefile.libretro . diff --git a/recipes/windows/cores-windows-x86_dw2-generic b/recipes/windows/cores-windows-x86_dw2-generic index d1230cdf..371c503e 100644 --- a/recipes/windows/cores-windows-x86_dw2-generic +++ b/recipes/windows/cores-windows-x86_dw2-generic @@ -1,6 +1,6 @@ 2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC Makefile.libretro . 3dengine libretro-3dengine https://github.com/libretro/libretro-3dengine.git master YES GENERIC_GL Makefile . -4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile . +opera libretro-opera https://github.com/libretro/opera-libretro.git master YES GENERIC Makefile . 81 libretro-81 https://github.com/libretro/81-libretro.git master YES GENERIC Makefile . atari800 libretro-atari800 https://github.com/libretro/libretro-atari800.git master YES GENERIC Makefile . blastem libretro-blastem https://github.com/libretro/blastem.git libretro YES GENERIC Makefile.libretro . diff --git a/recipes/xbox/cores-xbox-msvc2003-x86_dw2-generic b/recipes/xbox/cores-xbox-msvc2003-x86_dw2-generic index b21f9eae..eaf811b0 100644 --- a/recipes/xbox/cores-xbox-msvc2003-x86_dw2-generic +++ b/recipes/xbox/cores-xbox-msvc2003-x86_dw2-generic @@ -1,5 +1,5 @@ 2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC Makefile.libretro . -4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile . +opera libretro-opera https://github.com/libretro/opera-libretro.git master YES GENERIC Makefile . bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master NO GENERIC Makefile.libretro . dosbox_svn libretro-dosbox_svn https://github.com/libretro/dosbox-svn libretro YES GENERIC Makefile.libretro libretro WITH_DYNAREC=x86 fbalpha2012 libretro-fbalpha2012 https://github.com/libretro/fbalpha2012.git master YES GENERIC makefile.libretro svn-current/trunk diff --git a/rules.d/core-rules.sh b/rules.d/core-rules.sh index 2108171b..ce867362 100644 --- a/rules.d/core-rules.sh +++ b/rules.d/core-rules.sh @@ -977,11 +977,11 @@ include_core_o2em() { libretro_o2em_name="O2EM" libretro_o2em_git_url="https://github.com/libretro/libretro-o2em.git" -include_core_4do() { - register_module core "4do" -ngc -sncps3 -ps3 -psp1 -wii +include_core_opera() { + register_module core "opera" -ngc -sncps3 -ps3 -psp1 -wii } -libretro_4do_name="4DO" -libretro_4do_git_url="https://github.com/libretro/4do-libretro.git" +libretro_opera_name="Opera" +libretro_opera_git_url="https://github.com/libretro/opera-libretro.git" include_core_stonesoup() { register_module core "stonesoup" -ngc -ps3 -psp1 -qnx -wii