mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user