Merge pull request #597 from telanus/patch-1

Update libretro.py
This commit is contained in:
Mathieu Comandon 2017-06-27 14:12:24 -07:00 committed by GitHub
commit 0b4b658f2c

View file

@ -39,6 +39,7 @@ def get_core_choices():
('Yabause (Sega Saturn)', 'yabause'),
('VBA Next (Game Boy Advance)', 'vba_next'),
('VBA-M (Game Boy Advance)', 'vbam'),
('VICE (Commodore 64)', 'vice_x64'),
]
@ -91,6 +92,7 @@ class libretro(Runner):
'Sega Saturn',
'Nintendo Game Boy Advance',
'Nintendo Game Boy Advance',
'Commodore 64',
)
runnable_alone = True
runner_executable = 'retroarch/retroarch'