Merge pull request #1860 from zoltanvb/master

Add b2 and noods cores to rules.
This commit is contained in:
Ömercan Kömür 2024-11-17 13:22:39 +03:00 committed by GitHub
commit 7cedc8ce9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 0 deletions

View File

@ -1782,6 +1782,19 @@ libretro_panda3ds_git_submodules="yes"
libretro_panda3ds_build_rule="cmake"
libretro_panda3ds_build_args="-DBUILD_LIBRETRO_CORE=ON -DENABLE_USER_BUILD=ON -DENABLE_VULKAN=OFF -DENABLE_LUAJIT=OFF -DENABLE_DISCORD_RPC=OFF"
include_core_b2() {
register_module core "b2"
}
libretro_b2_name="b2"
libretro_b2_git_url="https://github.com/zoltanvb/b2-libretro.git"
libretro_b2_build_subdir="src/libretro"
include_core_noods() {
register_module core "noods"
}
libretro_noods_name="noods"
libretro_noods_git_url="https://github.com/jonian/libretro-noods.git"
libretro_noods_build_makefile="Makefile.libretro"
# CORE RULE VARIABLES
#