Merge pull request #672 from RobLoach/amstrad-cpc

Add Amstrad - CPC database
This commit is contained in:
Twinaphex 2017-12-31 00:24:55 +01:00 committed by GitHub
commit 04febcb491
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@ corename = "Caprice32"
manufacturer = "Amstrad"
categories = "Emulator"
systemname = "CPC"
database = "Amstrad - CPC"
license = "GPLv2"
permissions = ""
display_version = "v4.2.0"

View File

@ -5,6 +5,7 @@ corename = "CrocoDS"
manufacturer = "Amstrad"
categories = "Emulator"
systemname = "CPC"
database = "Amstrad - CPC"
license = "MIT"
permissions = ""
display_version = "v1"

View File

@ -223,6 +223,7 @@ build_libretro_database() {
}
build_libretro_databases() {
build_libretro_database "Amstrad - CPC" "rom.crc"
build_libretro_database "ScummVM" "rom.crc"
build_libretro_database "DOS" "rom.crc"
build_libretro_database "Lutro" "rom.name"