mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05:00
- Added profiled_date field to all 204 existing profiles for update tracking - Created 56 alias profiles for cores that share BIOS with a parent (e.g., mednafen_psx -> beetle_psx, fbalpha2012 -> fbneo) 260 total profiles covering all 294 libretro cores (204 unique + 56 alias).
33 lines
1.2 KiB
YAML
33 lines
1.2 KiB
YAML
emulator: BennuGD
|
|
type: libretro
|
|
source: "https://github.com/diekleinekuh/BennuGD_libretro"
|
|
profiled_date: "2026-03-18"
|
|
cores:
|
|
- bennugd
|
|
systems:
|
|
- bennugd
|
|
|
|
# BennuGD is an open-source interpreter for BennuGD (.dcb/.dat) game files,
|
|
# running as a libretro core. It is a successor to DIV Games Studio / Fenix.
|
|
# Notable game: Streets of Rage Remake.
|
|
#
|
|
# The official libretro .info file (bennugd_libretro.info) declares zero
|
|
# firmware entries. The core loads content directly via bgdi_main() and does
|
|
# not reference any files from the system directory.
|
|
#
|
|
# retro_load_game() in libretro.c:888-911 only reads the content path and
|
|
# the save directory. RETRO_ENVIRONMENT_GET_SYSTEM_DIRECTORY is called once
|
|
# (libretro.c:899) solely as a fallback for the save directory, never to
|
|
# load BIOS or firmware.
|
|
#
|
|
# Supported extensions: dcb, dat, exe (Windows BennuGD executables)
|
|
# Valid extensions in libretro.c: dat, dcb
|
|
# Valid extensions in .info: dcb, dat, exe
|
|
|
|
notes: |
|
|
No BIOS or firmware required. BennuGD is a self-contained game interpreter.
|
|
Games are loaded as .dcb or .dat bytecode files compiled by the BennuGD
|
|
toolchain. All game assets are bundled with the content.
|
|
|
|
files: []
|