Added Citra Canary and a few other to the available cores

This commit is contained in:
telanus 2018-03-06 11:11:12 +02:00 committed by Mathieu Comandon
parent c030a50797
commit f518f1cbf0

View file

@ -12,8 +12,10 @@ def get_core_choices():
return [
('4do (3DO)', '4do'),
('atari800 (Atari 800/5200)', 'atari800'),
('blueMSX (MSX/MSX2/MSX+)', 'bluemsx'),
('Caprice32 (Amstrad CPC)', 'cap32'),
('Citra (Nintendo 3DS)', 'citra'),
('Citra Canary (Nintendo 3DS)', 'citra_canary'),
('CrocoDS (Amstrad CPC)', 'crocods'),
('DesmuME (Nintendo DS)', 'desmume'),
('Dolphin (Nintendo Wii/Gamecube)', 'dolphin'),
@ -25,6 +27,9 @@ def get_core_choices():
('Genesis Plus GX (Sega Genesis)', 'genesis_plus_gx'),
('Handy (Atari Lynx)', 'handy'),
('Hatari (Atari ST/STE/TT/Falcon)', 'hatari'),
('higan accuracy(Super Nintendo)', 'higan_sfc'),
('higan balanced(Super Nintendo)', 'higan_sfc_balanced'),
('MAME (Arcade)', 'mame'),
('Mednafen GBA (Game Boy Advance)', 'mednafen_gba'),
('Mednafen NGP (SNK Neo Geo Pocket)', 'mednafen_ngp'),
('Mednafen PCE FAST (TurboGrafx-16)', 'mednafen_pce_fast'),
@ -39,6 +44,7 @@ def get_core_choices():
('Mupen64Plus (Nintendo 64)', 'mupen64plus'),
('Nestopia (Nintendo Entertainment System)', 'nestopia'),
('Neko Project 2 (NEC PC-98)', 'nekop2'),
('Neko Project II kai (NEC PC-98)', 'np2kai'),
('O2EM (Magnavox Odyssey²)', 'o2em'),
('PCSX Rearmed (Sony Playstation)', 'pcsx_rearmed'),
('PicoDrive (Sega Genesis)', 'picodrive'),
@ -48,10 +54,12 @@ def get_core_choices():
('Redream (Sega Dreamcast)', 'redream'),
('Reicast (Sega Dreamcast)', 'reicast'),
('Snes9x (Super Nintendo)', 'snes9x'),
('Stella (Atari 2600)', 'stella'),
('VecX (Vectrex)', 'vecx'),
('Yabause (Sega Saturn)', 'yabause'),
('VBA Next (Game Boy Advance)', 'vba_next'),
('VBA-M (Game Boy Advance)', 'vbam'),
('Virtual Jaguar (Atari Jaguar)', 'virtualjaguar'),
('VICE (Commodore 128)', 'vice_x128'),
('VICE (Commodore 16/Plus/4)', 'vice_xplus4'),
('VICE (Commodore 64)', 'vice_x64'),
@ -81,8 +89,10 @@ class libretro(Runner):
platforms = (
'3DO',
'Atari 800/5200',
'MSX/MSX2/MSX+',
'Amstrad CPC',
'Nintendo 3DS',
'Nintendo 3DS',
'Amstrad CPC',
'Nintendo DS',
'Nintendo Wii/Gamecube',
@ -94,6 +104,9 @@ class libretro(Runner):
'Sega Genesis',
'Atari Lynx',
'Atari ST/STE/TT/Falcon',
'Nintendo SNES',
'Nintendo SNES',
'Arcade',
'Nintendo Game Boy Advance',
'SNK Neo Geo Pocket',
'NEC PC Engine (TurboGrafx-16)',
@ -108,6 +121,7 @@ class libretro(Runner):
'Nintendo N64',
'Nintendo NES',
'NEC PC-98',
'NEC PC-98',
'Magnavox Odyssey²',
'Sony PlayStation',
'Sega Genesis',
@ -117,6 +131,7 @@ class libretro(Runner):
'Sega Dreamcast',
'Sega Dreamcast',
'Nintendo SNES',
'Atari 2600',
'Vectrex',
'Sega Saturn',
'Nintendo Game Boy Advance',