Yes, I had a look at that file last night. I had tried to use WIT, but realised Dolphin uses a proprietary format. I also considered reading the dolphin\user\wx_gamelist.cache file but that would require Dolphin to have been already run against the folder. I also looked into if Dolphin had any command line options to spit out this header info instead of running the game, I don't suppose that would be something that might be considered worthy of being added? The routine to generate wx_gamelist.cache could be reused.
I think I'll have a quick go at reading the wx_gamelist.cache into a hashfile, that seems most promising angle for now, format looks a bit propriety (shame not xml, serialized class maybe?) but the text is in there and looks quite regex'able. I'll be renaming them with the ID in anyway so then no problem.
I think I'll have a quick go at reading the wx_gamelist.cache into a hashfile, that seems most promising angle for now, format looks a bit propriety (shame not xml, serialized class maybe?) but the text is in there and looks quite regex'able. I'll be renaming them with the ID in anyway so then no problem.