mirror of
https://github.com/libretro/libretro-super.git
synced 2024-11-23 15:59:57 +00:00
add Lutro
This commit is contained in:
parent
69befa3e03
commit
097f6890d1
@ -785,3 +785,7 @@ build_libretro_yabause() {
|
||||
build_libretro_gw() {
|
||||
libretro_build_core gw
|
||||
}
|
||||
|
||||
build_libretro_lutro() {
|
||||
libretro_build_core lutro
|
||||
}
|
||||
|
@ -180,6 +180,7 @@ else
|
||||
libretro_build_core stonesoup
|
||||
libretro_build_core nxengine
|
||||
libretro_build_core gw
|
||||
libretro_build_core lutro
|
||||
|
||||
build_libretro_test
|
||||
fi
|
||||
|
@ -182,4 +182,5 @@ else
|
||||
libretro_fetch emux
|
||||
libretro_fetch fuse
|
||||
libretro_fetch gw
|
||||
libretro_fetch lutro
|
||||
fi
|
||||
|
@ -266,6 +266,10 @@ libretro_gw_git_url="https://github.com/libretro/gw-libretro.git"
|
||||
libretro_gw_git_submodules="yes"
|
||||
libretro_gw_build_makefile="Makefile.libretro"
|
||||
|
||||
libretro_lutro_name="Lutro"
|
||||
libretro_lutro_git_url="https://github.com/libretro/libretro-lutro.git"
|
||||
libretro_lutro_build_makefile="Makefile"
|
||||
|
||||
# CORE RULE VARIABLES
|
||||
#
|
||||
# All variables follow the format of libretro_<core>_<setting> where <core> is
|
||||
|
Loading…
Reference in New Issue
Block a user