Files
libretro/emulators/bennugd.yml
Abdessamad Derraz 26f2824259 feat: re-profile 37 emulators with upstream verification
source-verified core_classification, upstream URLs, validation fields,
and hle_fallback flags. trimmed verbose notes. removed phantom files
(azahar boot9/sector0x96). added bsnes2014 variant profiles.
2026-03-23 10:58:32 +01:00

24 lines
764 B
YAML

emulator: BennuGD
type: libretro
core_classification: community_fork
source: "https://github.com/diekleinekuh/BennuGD_libretro"
upstream: "https://github.com/SplinterGU/BennuGD"
profiled_date: "2026-03-23"
core_version: "git"
display_name: "Bennu Game Development"
cores:
- bennugd
systems:
- bennugd
# .info firmware_count: 0. Code verified: retro_load_game() (libretro.c:887-910)
# uses RETRO_ENVIRONMENT_GET_SYSTEM_DIRECTORY only as save directory fallback.
# bgdi_main() (core/bgdi/src/main.c:80-371) loads .dcb/.dat bytecode content
# directly. No files read from system directory.
notes: |
Self-contained interpreter for BennuGD bytecode (.dcb/.dat). Successor to
DIV Games Studio / Fenix. Games bundle all assets with the content file.
files: []