mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Add a depots.txt to configure values returned by the getinstalleddepots function.
This commit is contained in:
parent
b1206b0fa2
commit
9deef8c6f3
5 changed files with 40 additions and 23 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue