From 0d53ba6369b11dc4f655880d9d756ecd7a66be59 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Sat, 20 Aug 2016 00:20:03 -0400 Subject: [PATCH] Add building of NEC - PC-FX --- libretro-build-database.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/libretro-build-database.sh b/libretro-build-database.sh index 49d12038..57db5460 100755 --- a/libretro-build-database.sh +++ b/libretro-build-database.sh @@ -210,6 +210,7 @@ build_libretro_databases() { build_libretro_database "NEC - PC Engine CD - TurboGrafx-CD" "rom.crc" 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 "Nintendo - Famicom Disk System" "rom.crc" build_libretro_database "Nintendo - Game Boy" "rom.crc" build_libretro_database "Nintendo - Game Boy Advance" "rom.crc"