Lutro - RetroBIOS¶
| Type | game |
| Source | https://github.com/libretro/libretro-lutro |
| Version | v1 |
| Profiled | 2026-03-24 |
| Cores | lutro |
No BIOS or firmware files required. This core is self-contained.
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.
Generated on 2026-03-25T06:03:30Z