mirror of
https://github.com/libretro/libretro-super
synced 2024-12-26 18:26:06 +00:00
Add Mu to libretro-build.sh and libretro-fetch.sh
This commit is contained in:
parent
88176482b1
commit
701b95c618
@ -217,6 +217,7 @@ include_core_gme
|
||||
include_core_pocketcdg
|
||||
include_core_crocods
|
||||
include_core_cap32
|
||||
include_core_mu
|
||||
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
# Devkits
|
||||
|
@ -959,6 +959,14 @@ libretro_vemulator_name="VEmulator"
|
||||
libretro_vemulator_git_url="https://github.com/MJaoune/vemulator-libretro.git"
|
||||
libretro_vemulator_build_makefile="Makefile"
|
||||
|
||||
include_core_mu() {
|
||||
register_module core "mu" -theos_ios -ngc -sncps3 -ps3 -psp1 -qnx -wii
|
||||
}
|
||||
libretro_mu_name="Mu"
|
||||
libretro_mu_git_url="https://github.com/meepingsnesroms/Mu.git"
|
||||
libretro_mu_build_makefile="Makefile"
|
||||
libretro_mu_build_subdir="libretroBuildSystem"
|
||||
|
||||
|
||||
# CORE RULE VARIABLES
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user