Merge pull request #1769 from RobLoach/arduboy-database

arduboy: Match No-Intro database name with Arduboy Inc - Arduboy
This commit is contained in:
Ömercan Kömür 2023-11-22 19:55:52 +03:00 committed by GitHub
commit 777cebf7a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,7 @@ systemid = "arduboy"
# Libretro Features # Libretro Features
supports_no_game = "false" supports_no_game = "false"
database = "Arduboy" database = "Arduboy Inc - Arduboy"
savestate = "true" savestate = "true"
cheats = "false" cheats = "false"
core_options = "false" core_options = "false"

View File

@ -15,7 +15,7 @@ systemid = "arduboy"
# Libretro Features # Libretro Features
supports_no_game = "false" supports_no_game = "false"
database = "Arduboy" database = "Arduboy Inc - Arduboy"
savestate = "false" savestate = "false"
cheats = "false" cheats = "false"
core_options = "false" core_options = "false"

View File

@ -258,6 +258,7 @@ build_libretro_databases() {
build_libretro_database "Nintendo - Super Nintendo Entertainment System" "rom.crc" build_libretro_database "Nintendo - Super Nintendo Entertainment System" "rom.crc"
build_libretro_database "Sony - PlayStation" "rom.serial" build_libretro_database "Sony - PlayStation" "rom.serial"
build_libretro_database "Sony - PlayStation 3" "rom.serial" build_libretro_database "Sony - PlayStation 3" "rom.serial"
build_libretro_database "Arduboy Inc - Arduboy" "rom.crc"
build_libretro_database "Atari - Jaguar" "rom.crc" build_libretro_database "Atari - Jaguar" "rom.crc"
build_libretro_database "Nintendo - Nintendo 64" "rom.crc" build_libretro_database "Nintendo - Nintendo 64" "rom.crc"
build_libretro_database "Nintendo - Nintendo 64DD" "rom.crc" build_libretro_database "Nintendo - Nintendo 64DD" "rom.crc"