mirror of
https://github.com/libretro/libretro-super
synced 2025-01-30 15:32:48 +00:00
Merge pull request #1769 from RobLoach/arduboy-database
arduboy: Match No-Intro database name with Arduboy Inc - Arduboy
This commit is contained in:
commit
777cebf7a1
2
dist/info/ardens_libretro.info
vendored
2
dist/info/ardens_libretro.info
vendored
@ -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"
|
||||||
|
2
dist/info/arduous_libretro.info
vendored
2
dist/info/arduous_libretro.info
vendored
@ -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"
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user