v2026.04.02/emulators/00_example.yml

19 lines
514 B
YAML
Raw Normal View History

emulator: "00_example"
type: test
source: "https://github.com/libretro/libretro-samples"
profiled_date: "2026-03-18"
core_version: "1.0"
display_name: "Example Core"
cores:
- 00_example
systems: []
notes: |
Test/example core from libretro-samples. Minimal "hello world" libretro
implementation demonstrating the core API contract (retro_init, retro_run,
retro_load_game, etc.). Renders a simple color pattern to the framebuffer.
No system files, BIOS, or firmware required. Not an emulator.
files: []