mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05:00
feat: re-profile 37 emulators with upstream verification
source-verified core_classification, upstream URLs, validation fields, and hle_fallback flags. trimmed verbose notes. removed phantom files (azahar boot9/sector0x96). added bsnes2014 variant profiles.
This commit is contained in:
@@ -1,18 +1,16 @@
|
||||
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"
|
||||
core_classification: pure_libretro
|
||||
source: "https://github.com/libretro/libretro-core-info"
|
||||
profiled_date: "2026-03-22"
|
||||
core_version: ~
|
||||
display_name: "Example Core (.info template)"
|
||||
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.
|
||||
Format specification template from libretro-core-info. Documents the .info
|
||||
file format for core authors. No loadable binary, no emulated system.
|
||||
|
||||
files: []
|
||||
|
||||
Reference in New Issue
Block a user