Closed N64Core closed 1 year ago
I just noticed I left some debug code in here from when I was testing -sas , probably going to add some extra commits to this
I'm also going to try and look into why it chokes on downloading specific files with unicode characters in their name, for example: https://feralphoenix.itch.io/soulsandstripes
has soulsandstripes-日本語.pdf
Fixed some issues that prevented the load_game and load_games functions from working properly in this branch, load_game now checks for a download key by running down your library and checking for that game's existence (I needed to use this to work on debugging the unicode issues), if the specified title isn't present it checks for free downloads from the game's page
I requested another look at this PR but I suppose I should also attempt to summarize everything that's been changed / added in this branch:
Additionally, this branch has only been tested against python 3.10.4
So this really turned into an all encompassing PR. If any changes you still want merged in, could they be recreated as individual PRs
So this really turned into an all encompassing PR. If any changes you still want merged in, could they be recreated as individual PRs
Hi! Yeah I can take a look at reviving some of these ideas as individual PRs
I kinda forgot about this :X
I feel like I've got these changes in a relatively clean spot for review, to summarize: