Add mesen recipe
- Update ppsspp recipes to use shallow fork
This commit is contained in:
parent
490dd27e01
commit
1d592625b9
|
@ -55,6 +55,7 @@ include_core_fceumm
|
||||||
include_core_nestopia
|
include_core_nestopia
|
||||||
include_core_quicknes
|
include_core_quicknes
|
||||||
include_core_bnes
|
include_core_bnes
|
||||||
|
include_core_mesen
|
||||||
|
|
||||||
# --- Nintendo DS emulator cores ---
|
# --- Nintendo DS emulator cores ---
|
||||||
include_core_desmume
|
include_core_desmume
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
dolphin libretro-dolphin-aarch64 https://github.com/libretro/dolphin.git master YES CMAKE Makefile build -DLIBRETRO=ON -DANDROID_STL=c++_static -DCMAKE_BUILD_TYPE=Release
|
dolphin libretro-dolphin-aarch64 https://github.com/libretro/dolphin.git master YES CMAKE Makefile build -DLIBRETRO=ON -DANDROID_STL=c++_static -DCMAKE_BUILD_TYPE=Release
|
||||||
ishiiruka libretro-ishiiruka-aarch64 https://github.com/libretro/Ishiiruka.git master YES CMAKE Makefile build -DLIBRETRO=ON -DANDROID_STL=c++_static -DCMAKE_BUILD_TYPE=Release
|
ishiiruka libretro-ishiiruka-aarch64 https://github.com/libretro/Ishiiruka.git master YES CMAKE Makefile build -DLIBRETRO=ON -DANDROID_STL=c++_static -DCMAKE_BUILD_TYPE=Release
|
||||||
ppsspp libretro-ppsspp-aarch64 https://github.com/hrydgard/ppsspp.git master YES CMAKE Makefile build -DLIBRETRO=ON -DANDROID_STL=c++_static -DCMAKE_BUILD_TYPE=Release
|
ppsspp libretro-ppsspp-aarch64 https://github.com/libretro/ppsspp.git master YES CMAKE Makefile build -DLIBRETRO=ON -DANDROID_STL=c++_static -DCMAKE_BUILD_TYPE=Release
|
||||||
thepowdertoy libretro-thepowdertoy-aarch64 https://github.com/libretro/ThePowderToy.git master YES CMAKE Makefile build -DANDROID_STL=c++_static -DCMAKE_BUILD_TYPE=Release
|
thepowdertoy libretro-thepowdertoy-aarch64 https://github.com/libretro/ThePowderToy.git master YES CMAKE Makefile build -DANDROID_STL=c++_static -DCMAKE_BUILD_TYPE=Release
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
ppsspp libretro-ppsspp-armv7 https://github.com/hrydgard/ppsspp.git master YES CMAKE Makefile build -DLIBRETRO=ON -DANDROID_STL=c++_static -DANDROID_ARM_NEON=ON -DANDROID_ARM_MODE=arm -DCMAKE_BUILD_TYPE=Release
|
ppsspp libretro-ppsspp-armv7 https://github.com/libretro/ppsspp.git master YES CMAKE Makefile build -DLIBRETRO=ON -DANDROID_STL=c++_static -DANDROID_ARM_NEON=ON -DANDROID_ARM_MODE=arm -DCMAKE_BUILD_TYPE=Release
|
||||||
thepowdertoy libretro-thepowdertoy-armv7 https://github.com/libretro/ThePowderToy.git master YES CMAKE Makefile build -DANDROID_STL=c++_static -DANDROID_ARM_NEON=ON -DCMAKE_BUILD_TYPE=Release
|
thepowdertoy libretro-thepowdertoy-armv7 https://github.com/libretro/ThePowderToy.git master YES CMAKE Makefile build -DANDROID_STL=c++_static -DANDROID_ARM_NEON=ON -DCMAKE_BUILD_TYPE=Release
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
ppsspp libretro-ppsspp-x86 https://github.com/hrydgard/ppsspp.git master YES CMAKE Makefile build -DLIBRETRO=ON -DANDROID_STL=c++_static -DCMAKE_BUILD_TYPE=Release
|
ppsspp libretro-ppsspp-x86 https://github.com/libretro/ppsspp.git master YES CMAKE Makefile build -DLIBRETRO=ON -DANDROID_STL=c++_static -DCMAKE_BUILD_TYPE=Release
|
||||||
thepowdertoy libretro-thepowdertoy-x86 https://github.com/libretro/ThePowderToy.git master YES CMAKE Makefile build -DANDROID_STL=c++_static -DCMAKE_BUILD_TYPE=Release
|
thepowdertoy libretro-thepowdertoy-x86 https://github.com/libretro/ThePowderToy.git master YES CMAKE Makefile build -DANDROID_STL=c++_static -DCMAKE_BUILD_TYPE=Release
|
||||||
|
|
|
@ -68,7 +68,7 @@ pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git
|
||||||
picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC_JNI Makefile.libretro jni
|
picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC_JNI Makefile.libretro jni
|
||||||
pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC_JNI Makefile jni
|
pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC_JNI Makefile jni
|
||||||
pokemini libretro-pokemini https://github.com/libretro/PokeMini.git master YES GENERIC_JNI Makefile jni
|
pokemini libretro-pokemini https://github.com/libretro/PokeMini.git master YES GENERIC_JNI Makefile jni
|
||||||
ppsspp libretro-ppsspp https://github.com/hrydgard/ppsspp.git master NO GENERIC_JNI Makefile libretro/jni
|
ppsspp libretro-ppsspp https://github.com/libretro/ppsspp.git master NO GENERIC_JNI Makefile libretro/jni
|
||||||
prboom libretro-prboom https://github.com/libretro/libretro-prboom.git master YES GENERIC_JNI Makefile jni
|
prboom libretro-prboom https://github.com/libretro/libretro-prboom.git master YES GENERIC_JNI Makefile jni
|
||||||
prosystem libretro-prosystem https://github.com/libretro/prosystem-libretro.git master YES GENERIC_JNI Makefile jni
|
prosystem libretro-prosystem https://github.com/libretro/prosystem-libretro.git master YES GENERIC_JNI Makefile jni
|
||||||
puae libretro-puae https://github.com/libretro/libretro-uae.git master YES GENERIC_JNI Makefile jni
|
puae libretro-puae https://github.com/libretro/libretro-uae.git master YES GENERIC_JNI Makefile jni
|
||||||
|
|
|
@ -63,7 +63,7 @@ pcsx_rearmed_interpreter libretro-pcsx_rearmed_interpreter https://github.com/li
|
||||||
picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro .
|
picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro .
|
||||||
pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile .
|
pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile .
|
||||||
pokemini libretro-pokemini https://github.com/libretro/PokeMini.git master YES GENERIC Makefile .
|
pokemini libretro-pokemini https://github.com/libretro/PokeMini.git master YES GENERIC Makefile .
|
||||||
ppsspp libretro-ppsspp https://github.com/hrydgard/ppsspp.git master YES GENERIC_GL Makefile libretro
|
ppsspp libretro-ppsspp https://github.com/libretro/ppsspp.git master YES GENERIC_GL Makefile libretro
|
||||||
prboom libretro-prboom https://github.com/libretro/libretro-prboom.git master YES GENERIC_ALT Makefile .
|
prboom libretro-prboom https://github.com/libretro/libretro-prboom.git master YES GENERIC_ALT Makefile .
|
||||||
prosystem libretro-prosystem https://github.com/libretro/prosystem-libretro.git master YES GENERIC Makefile .
|
prosystem libretro-prosystem https://github.com/libretro/prosystem-libretro.git master YES GENERIC Makefile .
|
||||||
puae libretro-uae https://github.com/libretro/libretro-uae.git master YES GENERIC Makefile .
|
puae libretro-uae https://github.com/libretro/libretro-uae.git master YES GENERIC Makefile .
|
||||||
|
|
|
@ -63,7 +63,7 @@ pcsx_rearmed_interpreter libretro-pcsx_rearmed_interpreter https://github.com/li
|
||||||
picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro .
|
picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro .
|
||||||
pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile .
|
pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile .
|
||||||
pokemini libretro-pokemini https://github.com/libretro/PokeMini.git master YES GENERIC Makefile .
|
pokemini libretro-pokemini https://github.com/libretro/PokeMini.git master YES GENERIC Makefile .
|
||||||
ppsspp libretro-ppsspp https://github.com/hrydgard/ppsspp.git master YES GENERIC_GL Makefile libretro
|
ppsspp libretro-ppsspp https://github.com/libretro/ppsspp.git master YES GENERIC_GL Makefile libretro
|
||||||
prboom libretro-prboom https://github.com/libretro/libretro-prboom.git master YES GENERIC_ALT Makefile .
|
prboom libretro-prboom https://github.com/libretro/libretro-prboom.git master YES GENERIC_ALT Makefile .
|
||||||
prosystem libretro-prosystem https://github.com/libretro/prosystem-libretro.git master YES GENERIC Makefile .
|
prosystem libretro-prosystem https://github.com/libretro/prosystem-libretro.git master YES GENERIC Makefile .
|
||||||
puae libretro-uae https://github.com/libretro/libretro-uae.git master YES GENERIC Makefile .
|
puae libretro-uae https://github.com/libretro/libretro-uae.git master YES GENERIC Makefile .
|
||||||
|
|
|
@ -74,7 +74,7 @@ pcsx_rearmed_interpreter libretro-pcsx_rearmed_interpreter https://github.com/li
|
||||||
picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro .
|
picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro .
|
||||||
pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile .
|
pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile .
|
||||||
pokemini libretro-pokemini https://github.com/libretro/PokeMini.git master YES GENERIC Makefile .
|
pokemini libretro-pokemini https://github.com/libretro/PokeMini.git master YES GENERIC Makefile .
|
||||||
ppsspp libretro-ppsspp https://github.com/hrydgard/ppsspp.git master YES GENERIC_GL Makefile libretro
|
ppsspp libretro-ppsspp https://github.com/libretro/ppsspp.git master YES GENERIC_GL Makefile libretro
|
||||||
prboom libretro-prboom https://github.com/libretro/libretro-prboom.git master YES GENERIC_ALT Makefile .
|
prboom libretro-prboom https://github.com/libretro/libretro-prboom.git master YES GENERIC_ALT Makefile .
|
||||||
prosystem libretro-prosystem https://github.com/libretro/prosystem-libretro.git master YES GENERIC Makefile .
|
prosystem libretro-prosystem https://github.com/libretro/prosystem-libretro.git master YES GENERIC Makefile .
|
||||||
puae libretro-uae https://github.com/libretro/libretro-uae.git master YES GENERIC Makefile .
|
puae libretro-uae https://github.com/libretro/libretro-uae.git master YES GENERIC Makefile .
|
||||||
|
|
|
@ -74,7 +74,7 @@ pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git
|
||||||
picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro .
|
picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro .
|
||||||
pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile .
|
pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile .
|
||||||
pokemini libretro-pokemini https://github.com/libretro/PokeMini.git master YES GENERIC Makefile .
|
pokemini libretro-pokemini https://github.com/libretro/PokeMini.git master YES GENERIC Makefile .
|
||||||
ppsspp libretro-ppsspp https://github.com/hrydgard/ppsspp.git master YES CMAKE Makefile build -DLIBRETRO=ON -DCMAKE_BUILD_TYPE=Release
|
ppsspp libretro-ppsspp https://github.com/libretro/ppsspp.git master YES CMAKE Makefile build -DLIBRETRO=ON -DCMAKE_BUILD_TYPE=Release
|
||||||
prboom libretro-prboom https://github.com/libretro/libretro-prboom.git master YES GENERIC Makefile .
|
prboom libretro-prboom https://github.com/libretro/libretro-prboom.git master YES GENERIC Makefile .
|
||||||
prosystem libretro-prosystem https://github.com/libretro/prosystem-libretro.git master YES GENERIC Makefile .
|
prosystem libretro-prosystem https://github.com/libretro/prosystem-libretro.git master YES GENERIC Makefile .
|
||||||
puae libretro-uae https://github.com/libretro/libretro-uae.git master YES GENERIC Makefile .
|
puae libretro-uae https://github.com/libretro/libretro-uae.git master YES GENERIC Makefile .
|
||||||
|
|
|
@ -74,7 +74,7 @@ pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git
|
||||||
picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro .
|
picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro .
|
||||||
pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile .
|
pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile .
|
||||||
pokemini libretro-pokemini https://github.com/libretro/PokeMini.git master YES GENERIC Makefile .
|
pokemini libretro-pokemini https://github.com/libretro/PokeMini.git master YES GENERIC Makefile .
|
||||||
ppsspp libretro-ppsspp https://github.com/hrydgard/ppsspp.git master YES CMAKE Makefile build -DLIBRETRO=ON -DCMAKE_BUILD_TYPE=Release
|
ppsspp libretro-ppsspp https://github.com/libretro/ppsspp.git master YES CMAKE Makefile build -DLIBRETRO=ON -DCMAKE_BUILD_TYPE=Release
|
||||||
prboom libretro-prboom https://github.com/libretro/libretro-prboom.git master YES GENERIC Makefile .
|
prboom libretro-prboom https://github.com/libretro/libretro-prboom.git master YES GENERIC Makefile .
|
||||||
prosystem libretro-prosystem https://github.com/libretro/prosystem-libretro.git master YES GENERIC Makefile .
|
prosystem libretro-prosystem https://github.com/libretro/prosystem-libretro.git master YES GENERIC Makefile .
|
||||||
puae libretro-uae https://github.com/libretro/libretro-uae.git master YES GENERIC Makefile .
|
puae libretro-uae https://github.com/libretro/libretro-uae.git master YES GENERIC Makefile .
|
||||||
|
|
|
@ -81,7 +81,7 @@ pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git
|
||||||
picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro .
|
picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro .
|
||||||
pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile .
|
pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile .
|
||||||
pokemini libretro-pokemini https://github.com/libretro/PokeMini.git master YES GENERIC Makefile .
|
pokemini libretro-pokemini https://github.com/libretro/PokeMini.git master YES GENERIC Makefile .
|
||||||
ppsspp libretro-ppsspp https://github.com/hrydgard/ppsspp.git master YES CMAKE Makefile build -DLIBRETRO=ON -DCMAKE_BUILD_TYPE=Release
|
ppsspp libretro-ppsspp https://github.com/libretro/ppsspp.git master YES CMAKE Makefile build -DLIBRETRO=ON -DCMAKE_BUILD_TYPE=Release
|
||||||
prboom libretro-prboom https://github.com/libretro/libretro-prboom.git master YES GENERIC Makefile .
|
prboom libretro-prboom https://github.com/libretro/libretro-prboom.git master YES GENERIC Makefile .
|
||||||
prosystem libretro-prosystem https://github.com/libretro/prosystem-libretro.git master YES GENERIC Makefile .
|
prosystem libretro-prosystem https://github.com/libretro/prosystem-libretro.git master YES GENERIC Makefile .
|
||||||
puae libretro-uae https://github.com/libretro/libretro-uae.git master YES GENERIC Makefile .
|
puae libretro-uae https://github.com/libretro/libretro-uae.git master YES GENERIC Makefile .
|
||||||
|
|
|
@ -77,7 +77,7 @@ pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git
|
||||||
picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro .
|
picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro .
|
||||||
pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile .
|
pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile .
|
||||||
pokemini libretro-pokemini https://github.com/libretro/PokeMini.git master YES GENERIC Makefile .
|
pokemini libretro-pokemini https://github.com/libretro/PokeMini.git master YES GENERIC Makefile .
|
||||||
ppsspp libretro-ppsspp https://github.com/hrydgard/ppsspp.git master YES CMAKE Makefile build -DLIBRETRO=ON -DCMAKE_BUILD_TYPE=Release
|
ppsspp libretro-ppsspp https://github.com/libretro/ppsspp.git master YES CMAKE Makefile build -DLIBRETRO=ON -DCMAKE_BUILD_TYPE=Release
|
||||||
prboom libretro-prboom https://github.com/libretro/libretro-prboom.git master YES GENERIC Makefile .
|
prboom libretro-prboom https://github.com/libretro/libretro-prboom.git master YES GENERIC Makefile .
|
||||||
prosystem libretro-prosystem https://github.com/libretro/prosystem-libretro.git master YES GENERIC Makefile .
|
prosystem libretro-prosystem https://github.com/libretro/prosystem-libretro.git master YES GENERIC Makefile .
|
||||||
puae libretro-uae https://github.com/libretro/libretro-uae.git master YES GENERIC Makefile .
|
puae libretro-uae https://github.com/libretro/libretro-uae.git master YES GENERIC Makefile .
|
||||||
|
|
|
@ -79,7 +79,7 @@ pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git
|
||||||
picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro .
|
picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro .
|
||||||
pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile .
|
pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile .
|
||||||
pokemini libretro-pokemini https://github.com/libretro/PokeMini.git master YES GENERIC Makefile .
|
pokemini libretro-pokemini https://github.com/libretro/PokeMini.git master YES GENERIC Makefile .
|
||||||
ppsspp libretro-ppsspp https://github.com/hrydgard/ppsspp.git master YES GENERIC_GL Makefile libretro platform=windows_msvc2017_desktop_x64
|
ppsspp libretro-ppsspp https://github.com/libretro/ppsspp.git master YES GENERIC_GL Makefile libretro platform=windows_msvc2017_desktop_x64
|
||||||
prboom libretro-prboom https://github.com/libretro/libretro-prboom.git master YES GENERIC Makefile .
|
prboom libretro-prboom https://github.com/libretro/libretro-prboom.git master YES GENERIC Makefile .
|
||||||
prosystem libretro-prosystem https://github.com/libretro/prosystem-libretro.git master YES GENERIC Makefile .
|
prosystem libretro-prosystem https://github.com/libretro/prosystem-libretro.git master YES GENERIC Makefile .
|
||||||
puae libretro-uae https://github.com/libretro/libretro-uae.git master YES GENERIC Makefile .
|
puae libretro-uae https://github.com/libretro/libretro-uae.git master YES GENERIC Makefile .
|
||||||
|
|
|
@ -77,7 +77,7 @@ pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git
|
||||||
picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro .
|
picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro .
|
||||||
pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile .
|
pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile .
|
||||||
pokemini libretro-pokemini https://github.com/libretro/PokeMini.git master YES GENERIC Makefile .
|
pokemini libretro-pokemini https://github.com/libretro/PokeMini.git master YES GENERIC Makefile .
|
||||||
ppsspp libretro-ppsspp https://github.com/hrydgard/ppsspp.git master YES GENERIC_GL Makefile libretro platform=windows_msvc2017_desktop_x86
|
ppsspp libretro-ppsspp https://github.com/libretro/ppsspp.git master YES GENERIC_GL Makefile libretro platform=windows_msvc2017_desktop_x86
|
||||||
prboom libretro-prboom https://github.com/libretro/libretro-prboom.git master YES GENERIC Makefile .
|
prboom libretro-prboom https://github.com/libretro/libretro-prboom.git master YES GENERIC Makefile .
|
||||||
prosystem libretro-prosystem https://github.com/libretro/prosystem-libretro.git master YES GENERIC Makefile .
|
prosystem libretro-prosystem https://github.com/libretro/prosystem-libretro.git master YES GENERIC Makefile .
|
||||||
puae libretro-uae https://github.com/libretro/libretro-uae.git master YES GENERIC Makefile .
|
puae libretro-uae https://github.com/libretro/libretro-uae.git master YES GENERIC Makefile .
|
||||||
|
|
|
@ -683,6 +683,12 @@ include_core_theodore() {
|
||||||
libretro_theodore_name="Theodore"
|
libretro_theodore_name="Theodore"
|
||||||
libretro_theodore_git_url="https://github.com/Zlika/theodore.git"
|
libretro_theodore_git_url="https://github.com/Zlika/theodore.git"
|
||||||
|
|
||||||
|
include_core_mesen() {
|
||||||
|
register_module core "mesen"
|
||||||
|
}
|
||||||
|
libretro_mesen_name="Mesen"
|
||||||
|
libretro_mesen_git_url="https://github.com/SourMesen/Mesen.git"
|
||||||
|
|
||||||
include_core_mupen64plus() {
|
include_core_mupen64plus() {
|
||||||
register_module core "mupen64plus" -theos_ios -ngc -ps3 -psp1 -wii
|
register_module core "mupen64plus" -theos_ios -ngc -ps3 -psp1 -wii
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue