v2026.04.02/emulators/craft.yml

19 lines
732 B
YAML
Raw Normal View History

emulator: Craft
type: libretro
core_classification: pure_libretro
source: "https://github.com/libretro/Craft"
upstream: "https://github.com/fogleman/Craft"
profiled_date: "2026-03-23"
core_version: "v1"
display_name: "Minecraft (Craft)"
cores: [craft]
systems: []
files: []
notes: >
Libretro port of Craft, a simple Minecraft clone by Michael Fogleman.
All textures, fonts, and shaders are embedded in the binary (header arrays).
Upstream loads textures from external PNG files; libretro port compiles them in.
Uses system directory only for craft.db/auth.db (core-generated save data).
Source has zero fopen calls. .info declares no firmware.
source_ref: "libretro/libretro.c, src/main.c:2680-2698, src/main.c:3315-3345"