Merge pull request #292 from RobLoach/patch-2

Add building of the Cave Story database
This commit is contained in:
Twinaphex 2016-06-13 23:33:36 +02:00 committed by GitHub
commit 4f066ee34e
1 changed files with 1 additions and 0 deletions

View File

@ -254,6 +254,7 @@ build_libretro_databases() {
build_libretro_database "MAME2003" "rom.name"
build_libretro_database "FB Alpha - Arcade Games" "rom.name"
build_libretro_database "DOOM" "rom.crc"
build_libretro_database "Cave Story" "rom.crc"
build_libretro_database "Quake1" "rom.crc"
}