add bsnes-hd beta and smsplus cores

This commit is contained in:
soredake 2020-01-15 19:43:21 +02:00 committed by Mathieu Comandon
parent 564f1cb728
commit 77a299ba37

View file

@ -13,6 +13,7 @@ LIBRETRO_CORES = [
("4do (3DO)", "4do", "3DO"),
("atari800 (Atari 800/5200)", "atari800", "Atari 800/5200"),
("bsnes (Super Nintendo)", "bsnes", "Nintendo SNES"),
("bsnes-hd beta (Super Nintendo)", "bsnes_hd_beta", "Nintendo SNES"),
("BlastEm (Sega Genesis)", "blastem", "Sega Genesis"),
("blueMSX (MSX/MSX2/MSX2+)", "bluemsx", "MSX/MSX2/MSX2+"),
("Caprice32 (Amstrad CPC)", "cap32", "Amstrad CPC"),
@ -80,6 +81,7 @@ LIBRETRO_CORES = [
("Snes9x2010 (Super Nintendo)", "snes9x2010", "Nintendo SNES"),
("Stella (Atari 2600)", "stella", "Atari 2600"),
("Stella 2014 (Atari 2600)", "stella2014", "Atari 2600"),
("smsplus (Sega - MS/GG)", "smsplus", "Sega MS/GG"),
("Tic-80 (Tic-80)", "tic80", "TIC-80"),
("Uzem (Uzebox)", "uzem", "Uzebox"),
("VecX (Vectrex)", "vecx", "Vectrex"),