mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -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:
@@ -26,7 +26,7 @@ platform_details:
|
||||
bios_size: 16384
|
||||
hle_bios: true
|
||||
source_ref: "ameteor/source/bios.cpp, ameteor/source/cpu.cpp:245-311"
|
||||
notes: |
|
||||
note: |
|
||||
Full HLE BIOS. The libretro port never loads an external BIOS file.
|
||||
Cpu::SoftwareInterrupt() checks HasBios() — if false (always in
|
||||
libretro), SWI calls are routed to C++ reimplementations.
|
||||
|
||||
Reference in New Issue
Block a user