Merge pull request #1850 from diekleinekuh/add-bennugd-core
add bennugd info
This commit is contained in:
commit
333061f1b6
|
@ -0,0 +1,34 @@
|
|||
# Software Information
|
||||
display_name = "Bennu Game Development"
|
||||
categories = "Game engine"
|
||||
authors = "Markus Henschel"
|
||||
corename = "BennuGD"
|
||||
supported_extensions = "dcb|dat|exe"
|
||||
license = "GPLv3"
|
||||
permissions = ""
|
||||
display_version = "git"
|
||||
|
||||
# Hardware Information
|
||||
manufacturer = "SplinterGU"
|
||||
systemname = "Bennu Game Development"
|
||||
systemid = "bgdi"
|
||||
|
||||
# Libretro Features
|
||||
savestate = "false"
|
||||
savestate_features = "null"
|
||||
cheats = "false"
|
||||
input_descriptors = "false"
|
||||
memory_descriptors = "false"
|
||||
libretro_saves = "false"
|
||||
core_options = "true"
|
||||
core_options_version = "null"
|
||||
load_subsystem = "false"
|
||||
supports_no_game = "false"
|
||||
single_purpose = "false"
|
||||
database = "BennuGD"
|
||||
hw_render = "false"
|
||||
needs_fullpath = "true"
|
||||
disk_control = "false"
|
||||
is_experimental = "false"
|
||||
description = "BennuGD interpreter (bgdi) as a libretro core. Report bugs or games failing to run to https://github.com/diekleinekuh/BennuGD_libretro."
|
||||
notes = "[1] BennuGD home page: https://www.bennugd.org|[*] Notable Games: Streets of Rage Remake"
|
Loading…
Reference in New Issue