From b913f556ad362084c491740ea195c40dc8980725 Mon Sep 17 00:00:00 2001 From: telanus Date: Sat, 6 Jan 2018 21:32:06 +0200 Subject: [PATCH] Added mesen to the available cores --- lutris/runners/libretro.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lutris/runners/libretro.py b/lutris/runners/libretro.py index fed1c2809..cfc760753 100644 --- a/lutris/runners/libretro.py +++ b/lutris/runners/libretro.py @@ -34,6 +34,7 @@ def get_core_choices(): ('Mednafen WSWAN (Bandai WonderSwan)', 'mednafen_wswan'), ('Mednafen PSX (Sony Playstation)', 'mednafen_psx'), ('Mednafen PSX OpenGL (Sony Playstation)', 'mednafen_psx_hw'), + ('Mesen (Nintendo Entertainment System)', 'mesen'), ('mGBA (Game Boy Advance)', 'mgba'), ('Mupen64Plus (Nintendo 64)', 'mupen64plus'), ('Nestopia (Nintendo Entertainment System)', 'nestopia'), @@ -102,6 +103,7 @@ class libretro(Runner): 'Bandai WonderSwan', 'Sony PlayStation', 'Sony PlayStation', + 'Nintendo NES', 'Nintendo Game Boy Advance', 'Nintendo N64', 'Nintendo NES',