mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-03-28 14:56:24 +01:00
current app shouldn't be a DLC right?
This commit is contained in:
parent
9393518dfa
commit
7bf9564005
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ bool Steam_Apps::BIsDlcInstalled( AppId_t appID )
|
|||
std::lock_guard<std::recursive_mutex> lock(global_mutex);
|
||||
if (appID == 0) return true;
|
||||
if (appID == UINT32_MAX) return false; // check Steam_Apps::BIsAppInstalled()
|
||||
if (appID == settings->get_local_game_id().AppID()) return false; //TODO is this correct?
|
||||
return settings->hasDLC(appID);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue