We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5884a62 commit 92c7179Copy full SHA for 92c7179
src/gui/Window.cpp
@@ -1745,7 +1745,7 @@ void ScanSteamGamesWorker::run() {
1745
1746
// Add Steam games
1747
for (auto appID : steam.getInstalledApps()) {
1748
- if (!steam.isAppUsingSourceEngine(appID) && !steam.isAppUsingSource2Engine(appID)) {
+ if (!steam.isAppUsingGoldSrcEngine(appID) && !steam.isAppUsingSourceEngine(appID) && !steam.isAppUsingSource2Engine(appID)) {
1749
continue;
1750
}
1751
sourceGames.emplace_back(
0 commit comments