Commit 70694ea authored May 12, 2024 · 1 / 1 · Verified
File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -1741,6 +1741,23 @@ libretro_geolith_name="Geolith"
1741
1741
libretro_geolith_git_url=" https://github.com/libretro/geolith-libretro.git"
1742
1742
libretro_geolith_build_subdir=" libretro"
1743
1743
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
+
1744
1761
# CORE RULE VARIABLES
1745
1762
#
1746
1763
# All variables follow the format of libretro_<core>_<setting> where <core> is
You can’t perform that action at this time.
0 commit comments