feat: add emulator profiles (119-series batch 6 partial)
dolphin_launcher (stub launcher), oberon (RISC, bootloader embedded),
17 test cores (00_example through vidtest), 17 game/utility cores
(2048 through vaporspec), bennugd, boytacean, emux_chip8, fake08,
jaxe, lowresnx, opentyrian, openlara, squirreljme, vitaquake2, xrick
182 total profiles. 6 agents failed (API 500), will retry.
2026-03-18 05:09:11 +01:00
|
|
|
emulator: Craft
|
|
|
|
|
type: game
|
2026-03-23 12:37:43 +01:00
|
|
|
core_classification: pure_libretro
|
feat: add emulator profiles (119-series batch 6 partial)
dolphin_launcher (stub launcher), oberon (RISC, bootloader embedded),
17 test cores (00_example through vidtest), 17 game/utility cores
(2048 through vaporspec), bennugd, boytacean, emux_chip8, fake08,
jaxe, lowresnx, opentyrian, openlara, squirreljme, vitaquake2, xrick
182 total profiles. 6 agents failed (API 500), will retry.
2026-03-18 05:09:11 +01:00
|
|
|
source: "https://github.com/libretro/Craft"
|
2026-03-23 12:37:43 +01:00
|
|
|
upstream: "https://github.com/fogleman/Craft"
|
|
|
|
|
profiled_date: "2026-03-23"
|
2026-03-18 05:19:57 +01:00
|
|
|
core_version: "v1"
|
|
|
|
|
display_name: "Minecraft (Craft)"
|
feat: add emulator profiles (119-series batch 6 partial)
dolphin_launcher (stub launcher), oberon (RISC, bootloader embedded),
17 test cores (00_example through vidtest), 17 game/utility cores
(2048 through vaporspec), bennugd, boytacean, emux_chip8, fake08,
jaxe, lowresnx, opentyrian, openlara, squirreljme, vitaquake2, xrick
182 total profiles. 6 agents failed (API 500), will retry.
2026-03-18 05:09:11 +01:00
|
|
|
cores: [craft]
|
|
|
|
|
systems: []
|
|
|
|
|
files: []
|
|
|
|
|
notes: >
|
|
|
|
|
Libretro port of Craft, a simple Minecraft clone by Michael Fogleman.
|
2026-03-23 12:37:43 +01:00
|
|
|
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"
|