zom-ponks / rpcs3-gameupdater

Fetches game updates for the RPCS3 emulator
MIT License
2 stars 1 forks source link

Move downloading the xml in the download.go file and clean it up #32

Closed John-Gee closed 4 years ago

John-Gee commented 4 years ago

The way this is done, we save the XMLs to disk, which means if they're already there we don't need to download them anymore.

(We could skip checking for resume and just assume the files are good, not sure how much bandwidth we're saving since we let grab check...)

That way we allow caching of the XMLs but don't provide them as per this project. (If the PS3 games weren't that old, the XMLs would need refreshing but at this point I doubt a lot of new patches come out)