feat: re-profile 20 emulators, add trident and vice_x128

This commit is contained in:
Abdessamad Derraz
2026-03-25 12:23:32 +01:00
parent 93b071730a
commit a7bcd9b252
20 changed files with 964 additions and 279 deletions

View File

@@ -3,7 +3,7 @@ type: libretro
core_classification: official_port
source: "https://github.com/timoinutilis/lowres-nx"
upstream: "https://github.com/timoinutilis/lowres-nx"
profiled_date: "2026-03-22"
profiled_date: "2026-03-25"
core_version: "v1.2"
display_name: "LowRes NX"
cores:
@@ -18,9 +18,10 @@ notes: |
the same repository.
retro_load_game() copies the .nx source code into memory
(libretro_main.c:490) and compiles it with the built-in interpreter.
The boot intro is a string constant embedded in boot_intro.c. The core
never accesses the system directory. No BIOS, firmware, or external
(libretro_main.c:490-493) and compiles it with the built-in interpreter.
The boot intro is a string constant embedded in boot_intro.c:26. Default
characters and charsets are compiled-in C arrays. The core never calls
RETRO_ENVIRONMENT_GET_SYSTEM_DIRECTORY. No BIOS, firmware, or external
files required.
files: []