Added detection for IWADs downloaded via the Bethesda.net Launcher

This commit is contained in:
Yarn366 2021-08-20 21:59:55 -04:00 committed by Rachael Alexanderson
commit 6d8862b514
5 changed files with 77 additions and 0 deletions

View file

@ -420,6 +420,7 @@ void FIWadManager::CollectSearchPaths()
}
mSearchPaths.Append(I_GetGogPaths());
mSearchPaths.Append(I_GetSteamPath());
mSearchPaths.Append(I_GetBethesdaPath());
// Unify and remove trailing slashes
for (auto &str : mSearchPaths)