Merge pull request #274 from sergiobenrocha2/master

Fix typo in PC Engine SuperGrafx.
This commit is contained in:
Twinaphex 2016-01-18 00:11:43 +01:00
commit 5501eba53b
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ corename = "Mednafen/Beetle SGX"
manufacturer = "NEC"
categories = "Emulator"
systemname = "PC Engine SuperGrafx"
database = "NEC - Super Grafx"
database = "NEC - PC Engine SuperGrafx"
license = "GPLv2"
permissions = ""
display_version = "v0.9.36"

View File

@ -196,7 +196,7 @@ build_libretro_databases() {
build_libretro_database "Microsoft - MSX" "rom.crc"
build_libretro_database "Microsoft - MSX 2" "rom.crc"
build_libretro_database "NEC - PC Engine - TurboGrafx 16" "rom.crc"
build_libretro_database "NEC - Super Grafx" "rom.crc"
build_libretro_database "NEC - PC Engine SuperGrafx" "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"