Add a depots.txt to configure values returned by the getinstalleddepots function.

This commit is contained in:
Mr_Goldberg 2020-01-31 14:31:29 -05:00
parent b1206b0fa2
commit 9deef8c6f3
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
5 changed files with 40 additions and 23 deletions

View file

@ -106,6 +106,9 @@ public:
bool hasDLC(AppId_t appID);
bool getDLC(unsigned int index, AppId_t &appID, bool &available, std::string &name);
//Depots
std::vector<DepotId_t> depots;
//App Install paths
void setAppInstallPath(AppId_t appID, std::string path);
std::string getAppInstallPath(AppId_t appID);