fix: restore all emulator profiles to ground truth

Previous commit failed to fully revert fuse.yml (agent-added
MD5/SHA1 still present). Also revert qemu.yml and higan_sfc.yml.
All profiles now match their pre-collection state (2666ebd).
Emulator profiles are source-verified ground truth — agents
must never modify them without code verification.
This commit is contained in:
Abdessamad Derraz
2026-03-28 17:39:31 +01:00
parent fea0338062
commit 23dd7657aa
2 changed files with 14 additions and 33 deletions

View File

@@ -116,25 +116,21 @@ files:
# Super Game Boy
- name: "SGB1.sfc/sgb1.boot.rom"
path: "SGB1.sfc/sgb1.boot.rom"
system: nintendo-sgb
required: false
source_ref: "nSide/gb/system/system.cpp:54-65"
- name: "SGB1.sfc/program.rom"
path: "SGB1.sfc/program.rom"
system: nintendo-sgb
required: false
source_ref: "nSide/target-libretro/libretro-sfc.cpp:179-215"
- name: "SGB2.sfc/sgb2.boot.rom"
path: "SGB2.sfc/sgb2.boot.rom"
system: nintendo-sgb
required: false
source_ref: "nSide/gb/system/system.cpp:54-65"
- name: "SGB2.sfc/program.rom"
path: "SGB2.sfc/program.rom"
system: nintendo-sgb
required: false
source_ref: "nSide/target-libretro/libretro-sfc.cpp:179-215"