Add redream core info file

This commit is contained in:
twinaphex 2017-05-05 21:56:10 +02:00
parent 86b35f0907
commit f5f83d7b1d
3 changed files with 28 additions and 0 deletions

View File

@ -159,6 +159,7 @@ include_devkit_common
include_devkit_samples
include_devkit_deps
include_devkit_retroluxury
include_devkit_sdl
# -------------------------------------------------------------------------------------------------
# Lutro

20
dist/info/redream_libretro.info vendored Normal file
View File

@ -0,0 +1,20 @@
display_name = "Sega Dreamcast (Redream)"
authors = "inolen"
supported_extensions = "gdi"
corename = "Redream"
manufacturer = "Sega"
categories = "Emulator"
systemname = "Sega Dreamcast"
database = "Sega - Dreamcast"
license = "MIT"
permissions = ""
display_version = "Git"
supports_no_game = "false"
firmware_count = 2
firmware0_desc = "dc_boot.bin (Dreamcast BIOS)"
firmware0_path = "dc/dc_boot.bin"
firmware0_opt = "false"
firmware1_desc = "dc_flash.bin (Date/Time/Language)"
firmware1_path = "dc/dc_flash.bin"
firmware1_opt = "false"
notes = "(!) dc_boot.bin (md5): e10c53c2f8b90bab96ead2d368858623|(!) dc_flash.bin (md5): 0a93f7940c455905bea6e392dfde92a4"

View File

@ -48,3 +48,10 @@ include_devkit_retroluxury () {
libretro_retroluxury_name="Devkit: retroluxury"
libretro_retroluxury_dir="libretro-devkit/retroluxury"
libretro_retroluxury_git_url="https://github.com/libretro/retroluxury.git"
include_devkit_sdl () {
register_module devkit "sdl" any
}
libretro_sdl_name="Devkit: sdl"
libretro_sdl_dir="libretro-devkit/sdl"
libretro_sdl_git_url="https://github.com/libretro/sdl-libretro.git"