Merge pull request #1777 from WizzardSK/patch-1

dist/info fixes
This commit is contained in:
Ömercan Kömür 2023-12-31 21:56:35 +03:00 committed by GitHub
commit f4fc2a5ad1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 4 deletions

View File

@ -21,7 +21,7 @@ firmware0_opt = "false"
# Libretro Features
supports_no_game = "false"
database = ""
database = "Philips - CD-i"
savestate = "false"
savestate_features = "null"
cheats = "false"

View File

@ -15,7 +15,7 @@ systemid = "cdi"
# Libretro Features
supports_no_game = "false"
database = "MAME"
database = "MAME|Philips - CD-i"
savestate = "false"
savestate_features = "null"
cheats = "false"

View File

@ -15,6 +15,7 @@ systemname = "Amiga"
systemid = "commodore_amiga"
# Libretro Features
database = "Commodore - Amiga|Commodore - CD32|Commodore - CDTV"
supports_no_game = "false"
savestate = "true"
savestate_features = "serialized"

View File

@ -14,7 +14,7 @@ systemname = "Sharp X1"
systemid = "sharp_x1"
# Libretro Features
database = "Sharp X1"
database = "Sharp - X1"
supports_no_game = "false"
# BIOS / Firmware

View File

@ -302,7 +302,7 @@ build_libretro_databases() {
build_libretro_database "NEC - PC Engine - TurboGrafx 16" "rom.crc"
build_libretro_database "NEC - PC Engine SuperGrafx" "rom.crc"
build_libretro_database "NEC - PC-FX" "rom.crc"
build_libretro_database "NEC - PC-98" "rom.serial"
build_libretro_database "NEC - PC-98" "rom.crc"
build_libretro_database "NEC - PC-8001 - PC-8801" "rom.crc"
build_libretro_database "Nintendo - Family Computer Disk System" "rom.crc"
build_libretro_database "Nintendo - Game Boy" "rom.crc"