Merge pull request #1848 from warmenhoven/warmenhoven/pr/stella2023

Create rule for fetching vintaged stella2023 core
This commit is contained in:
LibretroAdmin 2024-10-21 12:01:15 -05:00 committed by GitHub
commit 29e829138a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -605,6 +605,14 @@ libretro_stella_git_url="https://github.com/stella-emu/stella.git"
libretro_stella_build_subdir="src/os/libretro"
libretro_stella_build_makefile="Makefile"
include_core_stella2023() {
register_module core "stella2023" -ngc -wii
}
libretro_stella2023_name="Stella 2023"
libretro_stella2023_git_url="https://github.com/libretro/stella2023.git"
libretro_stella2023_build_subdir="src/os/libretro"
libretro_stella2023_build_makefile="Makefile"
include_core_stella2014() {
register_module core "stella2014" -ngc -wii
}