mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 20:32:32 -05:00
- Added profiled_date field to all 204 existing profiles for update tracking - Created 56 alias profiles for cores that share BIOS with a parent (e.g., mednafen_psx -> beetle_psx, fbalpha2012 -> fbneo) 260 total profiles covering all 294 libretro cores (204 unique + 56 alias).
19 lines
487 B
YAML
19 lines
487 B
YAML
emulator: Lutro
|
|
type: game
|
|
source: "https://github.com/libretro/libretro-lutro"
|
|
profiled_date: "2026-03-18"
|
|
cores:
|
|
- lutro
|
|
systems: []
|
|
|
|
notes: |
|
|
Lutro is a Love2D-compatible Lua game framework for libretro. It
|
|
implements a subset of the Love2D API (love.graphics, love.audio,
|
|
love.timer, love.keyboard) allowing Love2D-style games to run as
|
|
libretro cores.
|
|
|
|
No BIOS or system files required. Games are loaded as directories
|
|
containing main.lua and their assets.
|
|
|
|
files: []
|