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