gibaBR / Switch-Backup-Manager

Complete Switch Backups management tool
375 stars 54 forks source link

save icon using TitleIDBaseGame #36

Closed garoxas closed 6 years ago

garoxas commented 6 years ago

Here's a quick one basically when the on GetFileDataNSP, if it's an update then it will save the icon using the update title ID. and thus when you select a DLC NSP on the list, it cannot find the icon for it because it'll only try with base game title ID so I changed it everytime it needs to save an icon, it will only use base game title ID

as a bonus, a tiny changes on foreach implementation for the latest commits. had no idea I can use KeyValuePair to get both key and value while iterating a dictionary