mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-17 14:22:32 -05:00
feat: re-profile 37 emulators with upstream verification
source-verified core_classification, upstream URLs, validation fields, and hle_fallback flags. trimmed verbose notes. removed phantom files (azahar boot9/sector0x96). added bsnes2014 variant profiles.
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
emulator: ChaiLove
|
||||
type: game
|
||||
core_classification: game_engine
|
||||
source: "https://github.com/libretro/libretro-chailove"
|
||||
profiled_date: "2026-03-18"
|
||||
upstream: "https://github.com/libretro/libretro-chailove"
|
||||
profiled_date: "2026-03-23"
|
||||
core_version: "2.0.0"
|
||||
display_name: "ChaiLove"
|
||||
cores: [chailove]
|
||||
systems: []
|
||||
files: []
|
||||
notes: >
|
||||
2D game framework for libretro inspired by LOVE2D, using ChaiScript.
|
||||
Loads .chai or .chailove game files as content. The core itself is a
|
||||
game engine runtime with no system directory dependencies.
|
||||
No BIOS, firmware, or system directory files required.
|
||||
2D game framework for libretro using ChaiScript, inspired by LOVE2D.
|
||||
Game engine runtime that loads .chai/.chailove game files as content.
|
||||
Mounts system_dir at /libretro/system via PhysFS for game scripts,
|
||||
but the core itself requires no external files.
|
||||
|
||||
Reference in New Issue
Block a user