No products in the cart.
Return to shop
Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › es_scraper should also check neogeo game names in hmamedb.com
I know es_scraper searches for mame games (in mamedb.com) based on their zip name, usually something like mslug2 (using the zip name mslug2.zip).
It should also do this for neogeo games, since neogeo games have a similar names (the ones that work anyway).
Simply replace es_scaper.py line 112
if platform == “Arcade”: title = getRealArcadeTitle(title)
with
if platform == “Arcade” or platform == “NeoGeo”: title = getRealArcadeTitle(title)
thanks
Username or email address *Required
Password *Required
Remember me Log in
Lost your password?