-
-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
Description
This would only download the most necessary data of each patch (game version data in particular) on initial patch selection, with the rest being only downloaded when needed (e.g. once a particular game has been located on a user's system).
In particular, this means:
- Only pull
versions.jsfor every patch after stack configuration - Use that to start searching for games
- Download any global patch data during the search process
- Create shortcuts
- Download/update the rest of each game's data individually after the user started a game through a shortcut, using a blocking downloader.
Reactions are currently unavailable