GeovanniMCh / ACO_WUP_DOWNLOADER

9 stars 10 forks source link

Added support for Wii U category in injects, themed logos. #2

Closed dojafoja closed 5 years ago

dojafoja commented 5 years ago

Added support for Wii U category in injects Added support for different logo files for themes. Defined in themes.py Added support in injects to name Japanes region either JAP or JPN

dojafoja commented 5 years ago

I found a bug in the way you were adding Japanese region games to the customsources.json. You are adding them as "JAP" and this is not consistent with how the titlekeys.json has them as "JPN". Basically none of your injects from Japanese region were showing up in the injects because of this. I fixed the issue in the GUI to allow either "JAP" or "JPN". This way you can add them in customsources.json as either one.

GeovanniMCh commented 5 years ago

Thx