docs: fix factual errors in wiki pages

This commit is contained in:
Abdessamad Derraz
2026-04-02 17:13:59 +02:00
parent 92b270c054
commit c0e42ee4eb
4 changed files with 12 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ See [contributing](../CONTRIBUTING.md) for submission guidelines.
- **BIOS** - firmware burned into console hardware, needed by emulators that rely on original boot code
- **firmware** - system software loaded by a console at boot; used interchangeably with BIOS in this project
- **HLE** - High-Level Emulation; software reimplementation of BIOS functions, avoids needing the original file
- **hash** - fixed-length fingerprint of a file's contents; this project uses MD5, SHA1, SHA256, and CRC32
- **hash** - fixed-length fingerprint of a file's contents; this project uses MD5, SHA1, SHA256, CRC32, and Adler-32
- **platform** - a distribution that packages emulators (RetroArch, Batocera, Recalbox, EmuDeck, etc.)
- **core** - an emulator packaged as a libretro plugin, loaded by RetroArch or compatible frontends
- **profile** - a YAML file in `emulators/` documenting one core's BIOS requirements, verified against source code