Skip to content

Commit 1c36920

Browse files
forgot NEOGEO
1 parent b4d47d6 commit 1c36920

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

App/PyUI/main-ui/utils/boxart/box_art_scraper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def _find_game_list_file(self, sys_name: str) -> Optional[str]:
213213

214214
def _is_arcade_system(self, sys_name: str) -> bool:
215215
"""Check if system is an arcade-type system that uses XML for name mapping."""
216-
arcade_systems = {"ARCADE", "CPS1", "CPS2", "CPS3", "FBNEO", "MAME2003PLUS"}
216+
arcade_systems = {"ARCADE", "CPS1", "CPS2", "CPS3", "FBNEO", "MAME2003PLUS", "NEOGEO"}
217217
return sys_name.upper() in arcade_systems
218218

219219
def _find_system_xml(self, sys_name: str) -> Optional[str]:

0 commit comments

Comments
 (0)