mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05:00
add core_classification and upstream to all five profiles. kronos: add ROM cartridge files (mpr-18811-mx.ic1, mpr-19367-mx.ic1), add archive: field to STV blobs, remove unverified MD5 hashes, fix cores list (remove yabause_libretro). jumpnbump: fix incorrect note about embedded data. lowresnx, lutro, m2000: add missing classification fields.
24 lines
717 B
YAML
24 lines
717 B
YAML
emulator: Lutro
|
|
type: game
|
|
core_classification: pure_libretro
|
|
source: "https://github.com/libretro/libretro-lutro"
|
|
profiled_date: "2026-03-22"
|
|
core_version: "v1"
|
|
display_name: "Lua Engine (Lutro)"
|
|
cores:
|
|
- lutro
|
|
systems: []
|
|
|
|
notes: |
|
|
Lutro is a Lua game framework for libretro implementing a subset of the
|
|
LÖVE (Love2D) API. Runs .lutro/.lua games. Written for libretro, no
|
|
standalone upstream.
|
|
|
|
retro_load_game() calls lutro_load(info->path) to load the game
|
|
directory or archive (libretro.c:216). The core exposes
|
|
love.filesystem.getAppdataDirectory to games as the system_dir
|
|
(filesystem.c:296) but does not load any files from it itself.
|
|
No BIOS, firmware, or system files required.
|
|
|
|
files: []
|