mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-19 15:22:35 -05:00
chore: standardize notes: to note: in file entries
240 file-level entries used notes: instead of the canonical note: field. verify.py and cross_reference.py only read note:, so these were silently ignored.
This commit is contained in:
@@ -85,7 +85,7 @@ files:
|
||||
mode: libretro
|
||||
source_ref: "libretro.cpp:190-195"
|
||||
aliases: ["PSXONPSP660.bin"]
|
||||
notes: "override_bios=1. Falls back to region BIOS if not found."
|
||||
note: "override_bios=1. Falls back to region BIOS if not found."
|
||||
|
||||
- name: "ps1_rom.bin"
|
||||
description: "PS3 embedded PS1 BIOS (region-free override)"
|
||||
@@ -98,4 +98,4 @@ files:
|
||||
mode: libretro
|
||||
source_ref: "libretro.cpp:198-203"
|
||||
aliases: ["PS1_ROM.bin"]
|
||||
notes: "override_bios=2. Falls back to region BIOS if not found."
|
||||
note: "override_bios=2. Falls back to region BIOS if not found."
|
||||
|
||||
Reference in New Issue
Block a user