Merge pull request #1802 from zoltanvb/master

Rule updates: add geolith, update emuscv URL
This commit is contained in:
Ömercan Kömür 2024-03-29 00:45:17 +03:00 committed by GitHub
commit a7180bf2e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -618,6 +618,14 @@ libretro_melonds_name="melonDS"
libretro_melonds_git_url="https://github.com/libretro/melonDS.git"
libretro_melonds_build_makefile="Makefile"
include_core_melondsds() {
register_module core "melondsds"
}
libretro_melondsds_name="melonDS DS"
libretro_melondsds_git_url="https://github.com/JesseTG/melonds-ds"
libretro_melondsds_build_rule="cmake"
libretro_melondsds_build_extradir="src/libretro/"
include_core_openlara() {
register_module core "openlara" -ngc -ps3 -psp1 -qnx -wii
}
@ -1644,7 +1652,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 +1734,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