Improved DLC ID cache resolution

This commit is contained in:
acidicoala
2023-01-05 04:05:07 +03:00
parent 7a628c1315
commit c654f9cbfd
5 changed files with 183 additions and 153 deletions

View File

@@ -9,8 +9,8 @@ namespace steam_apps {
int GetDLCCount(const String& function_name, AppId_t app_id, const std::function<int()>& original_function);
bool GetDLCDataByIndex(
const String& function_name,
AppId_t app_id,
const String& dlc_id,
AppId_t dlc_ids,
int iDLC,
AppId_t* pDlcId,
bool* pbAvailable,