Skip to content

Commit 70694ea

Browse files
authoredMay 12, 2024··
Merge pull request #1811 from zoltanvb/master
Add m2000 and applewin cores to rules.
2 parents 77eebdc + 2c0535a commit 70694ea

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
 

‎rules.d/core-rules.sh

+17
Original file line numberDiff line numberDiff line change
@@ -1741,6 +1741,23 @@ libretro_geolith_name="Geolith"
17411741
libretro_geolith_git_url="https://github.com/libretro/geolith-libretro.git"
17421742
libretro_geolith_build_subdir="libretro"
17431743

1744+
include_core_m2000() {
1745+
register_module core "m2000"
1746+
}
1747+
libretro_m2000_name="M2000"
1748+
libretro_m2000_git_url="https://github.com/p2000t/M2000.git"
1749+
libretro_m2000_build_subdir="src/libretro"
1750+
1751+
include_core_applewin() {
1752+
register_module core "applewin"
1753+
}
1754+
libretro_applewin_name="AppleWin"
1755+
libretro_applewin_git_url="https://github.com/audetto/AppleWin.git"
1756+
libretro_applewin_git_submodules="yes"
1757+
libretro_applewin_build_rule="cmake"
1758+
libretro_applewin_build_args="-DBUILD_LIBRETRO=ON"
1759+
1760+
17441761
# CORE RULE VARIABLES
17451762
#
17461763
# All variables follow the format of libretro_<core>_<setting> where <core> is

0 commit comments

Comments
 (0)
Please sign in to comment.