Compare commits

...

4 commits

Author SHA1 Message Date
LibretroAdmin 70694ea8eb
Merge pull request #1811 from zoltanvb/master
Add m2000 and applewin cores to rules.
2024-05-11 18:12:26 -07:00
LibretroAdmin 77eebdcb9e
Merge pull request #1812 from RobLoach/patch-117
info: Update ChaiLove definition file
2024-05-11 18:12:20 -07:00
Rob Loach 70e94eddc9
info: Update ChaiLove definition file 2024-05-11 20:20:22 -04:00
zoltanvb 2c0535aad4 Add m2000 and applewin cores. 2024-05-08 22:18:25 +02:00
2 changed files with 19 additions and 2 deletions

View file

@ -6,7 +6,7 @@ corename = "ChaiLove"
categories = "Game engine"
license = "MIT"
permissions = ""
display_version = "1.2.1"
display_version = "1.3.0"
# Hardware Information
manufacturer = "N/A"
@ -30,4 +30,4 @@ needs_fullpath = "true"
disk_control = "false"
is_experimental = "false"
description = "A free, open-source framework used to make 2D games in ChaiScript, ported to libretro. The ChaiLove API is roughly inspired by the LOVE API, and a number of simple 2D games are already available for it."
description = "A free, open-source framework used to make 2D games in ChaiScript and libretro. The ChaiLove API is roughly inspired by the LOVE API, and a number of simple 2D games are already available for it."

View file

@ -1741,6 +1741,23 @@ libretro_geolith_name="Geolith"
libretro_geolith_git_url="https://github.com/libretro/geolith-libretro.git"
libretro_geolith_build_subdir="libretro"
include_core_m2000() {
register_module core "m2000"
}
libretro_m2000_name="M2000"
libretro_m2000_git_url="https://github.com/p2000t/M2000.git"
libretro_m2000_build_subdir="src/libretro"
include_core_applewin() {
register_module core "applewin"
}
libretro_applewin_name="AppleWin"
libretro_applewin_git_url="https://github.com/audetto/AppleWin.git"
libretro_applewin_git_submodules="yes"
libretro_applewin_build_rule="cmake"
libretro_applewin_build_args="-DBUILD_LIBRETRO=ON"
# CORE RULE VARIABLES
#
# All variables follow the format of libretro_<core>_<setting> where <core> is