diff --git a/Menu/GameShell/20_Retro Games/MAME/action.config b/Menu/GameShell/20_Retro Games/MAME/action.config index ab2be11..699f2f9 100644 --- a/Menu/GameShell/20_Retro Games/MAME/action.config +++ b/Menu/GameShell/20_Retro Games/MAME/action.config @@ -3,4 +3,5 @@ ROM_SO=/home/cpi/apps/emulators/mame2003_plus_libretro.so EXT=zip LAUNCHER=retroarch -L TITLE=MAME Roms -SO_URL=https://raw.githubusercontent.com/cuu/emulators/master/mame2003_plus_libretro.so.zip \ No newline at end of file +EXCLUDE=neogeo.zip +SO_URL=https://raw.githubusercontent.com/cuu/emulators/master/mame2003_plus_libretro.so.zip diff --git a/sys.py/UI/Emulator/list_item.py b/sys.py/UI/Emulator/list_item.py index b9efa26..fdb0117 100644 --- a/sys.py/UI/Emulator/list_item.py +++ b/sys.py/UI/Emulator/list_item.py @@ -78,7 +78,7 @@ class ListItem(object): fp = open(alias_file, "r") alias = fp.read() fp.close() - label_text = alias + label_text = alias.decode("utf8") if self._MyType == ICON_TYPES["DIR"]: l.Init(label_text,self._Fonts["normal"])