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:
Abdessamad Derraz
2026-03-23 10:58:32 +01:00
parent 06f5157c35
commit 26f2824259
37 changed files with 1086 additions and 698 deletions

View File

@@ -1,14 +1,15 @@
emulator: Anarch
type: game
source: "https://github.com/libretro/anern"
profiled_date: "2026-03-18"
core_classification: community_fork
source: "https://codeberg.org/iyzsong/anarch-libretro"
upstream: "https://gitlab.com/drummyfish/anarch"
profiled_date: "2026-03-22"
core_version: "1.1d"
display_name: "Anarch"
cores: [anarch]
systems: []
files: []
notes: >
Libretro port of Anarch, a public domain suckless FPS game by Miloslav Ciz.
Entirely self-contained with all levels, textures, and sounds compiled
into the binary using procedural generation and hardcoded data tables.
No content file, BIOS, or system directory files required.
Public domain suckless FPS game by Miloslav Ciz (drummyfish).
Libretro port by iyzsong. All game data (levels, textures, sounds)
compiled into the binary via header files. No external files required.