You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2022. It is now read-only.
Im not sure how this would work or if its even implemented but would making a Cache with a DB of all games in the users library decrease the time it takes to start the program? Im not sure if the program does this already or just looks in the directory but it does kinda take a bit.
If it is scanning the directory each boot up why not just make a Database of the games and load from that instead? Plus if something new is added a simple refresh button to rescan would suffice, and it would only need to look for settings and such if the game is accessed.
The text was updated successfully, but these errors were encountered:
The proper solution would be to load library asynchronously, but I doubt it's viable at this point. I'll see what I can do about startup times, but don't expect any wonders anytime soon.
Im not sure how this would work or if its even implemented but would making a Cache with a DB of all games in the users library decrease the time it takes to start the program? Im not sure if the program does this already or just looks in the directory but it does kinda take a bit.
If it is scanning the directory each boot up why not just make a Database of the games and load from that instead? Plus if something new is added a simple refresh button to rescan would suffice, and it would only need to look for settings and such if the game is accessed.
The text was updated successfully, but these errors were encountered: