mirror of
https://github.com/libretro/libretro-super.git
synced 2024-11-30 11:30:50 +00:00
Add geolith, update emuscv URL
This commit is contained in:
parent
07f0a0823a
commit
9d41880b9f
@ -1644,7 +1644,7 @@ include_core_emuscv() {
|
||||
register_module core "emuscv"
|
||||
}
|
||||
libretro_emuscv_name="EmuSCV"
|
||||
libretro_emuscv_git_url="https://github.com/wzcwzc/emuscv.git"
|
||||
libretro_emuscv_git_url="https://gitlab.com/MaaaX-EmuSCV/libretro-emuscv"
|
||||
|
||||
include_core_ardens() {
|
||||
register_module core "ardens"
|
||||
@ -1726,6 +1726,13 @@ libretro_wasm4_build_args="-DCMAKE_BUILD_TYPE=Release -DLIBRETRO=ON -DCMAKE_POSI
|
||||
libretro_wasm4_build_subdir="runtimes/native"
|
||||
libretro_wasm4_git_submodules="yes"
|
||||
|
||||
include_core_geolith() {
|
||||
register_module core "geolith"
|
||||
}
|
||||
libretro_geolith_name="Geolith"
|
||||
libretro_geolith_git_url="https://github.com/libretro/geolith-libretro.git"
|
||||
libretro_geolith_build_subdir="libretro"
|
||||
|
||||
# CORE RULE VARIABLES
|
||||
#
|
||||
# All variables follow the format of libretro_<core>_<setting> where <core> is
|
||||
|
Loading…
Reference in New Issue
Block a user