From d7c4e5e59f631d79d03c41bbbe6321ba2408000f Mon Sep 17 00:00:00 2001 From: Mitchell Richters Date: Sun, 22 Nov 2020 22:22:47 +1100 Subject: [PATCH] - searchpaths.cpp: Add registry detection for Powerslave/Exhumed from GOG. * Fixes #191. --- source/core/searchpaths.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/core/searchpaths.cpp b/source/core/searchpaths.cpp index 351dffb69..cb4a68bb5 100644 --- a/source/core/searchpaths.cpp +++ b/source/core/searchpaths.cpp @@ -111,6 +111,7 @@ static const RegistryPathInfo paths[] = { { L"SOFTWARE" WOW64 "GOG.com\\GOGSHADOWARRIOR", L"PATH", nullptr}, { L"SOFTWARE" WOW64 "GOG.com\\Games\\1374469660", L"path", bloodfs}, { L"SOFTWARE" WOW64 "GOG.com\\Games\\1740836875", L"path", nullptr}, + { L"SOFTWARE" WOW64 "GOG.com\\Games\\2132611980", L"path", nullptr}, // Powerslave { L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Steam App 434050", L"InstallLocation", nullptr }, { L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Steam App 225140", L"InstallLocation", dukeaddons },