mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-14 04:42:32 -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:
@@ -35,7 +35,7 @@ analysis:
|
||||
source_ref: "race-memory.c:337-361"
|
||||
upstream_status: optional
|
||||
upstream_ref: "memory.cpp:346-365 (8bitpsp/race)"
|
||||
notes: |
|
||||
note: |
|
||||
loadBIOS() is wrapped in #if 0 and always returns 0 in the libretro port.
|
||||
In upstream (8bitpsp/race, alekmaul/race), the function is live and loads
|
||||
NPBIOS.BIN optionally, falling back to HLE if not found.
|
||||
|
||||
Reference in New Issue
Block a user