Skip to content

Commit

Permalink
Merge pull request #1848 from warmenhoven/warmenhoven/pr/stella2023
Browse files Browse the repository at this point in the history
Create rule for fetching vintaged stella2023 core
  • Loading branch information
LibretroAdmin authored Oct 21, 2024
2 parents 333061f + ff52cc8 commit 29e8291
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rules.d/core-rules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 29e8291

Please sign in to comment.