mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-18 22:51:50 +00:00
- searchpaths.cpp: Patch in registry detection for Duke 3D Atomic + Expansions from Zoom on Windows.
* Fixes #567.
This commit is contained in:
parent
8f37097e1b
commit
8cf115c444
1 changed files with 3 additions and 0 deletions
|
@ -96,6 +96,7 @@ static const char * ww2gi[] = { "/WW2GI", nullptr};
|
|||
static const char * bloodfs[] = { "", R"(/addons/Cryptic Passage)", nullptr};
|
||||
static const char * sw[] = { "/Shadow Warrior", nullptr};
|
||||
static const char * redneck[] = { "/Redneck", "/AGAIN", "/HUNTIN", nullptr };
|
||||
static const char * dukezoom[] = { "/", "/AddOns", nullptr };
|
||||
|
||||
#ifndef _WIN64
|
||||
#define WOW64 "\\"
|
||||
|
@ -113,6 +114,8 @@ static const RegistryPathInfo paths[] = {
|
|||
{ L"SOFTWARE" WOW64 "GOG.com\\Games\\1740836875", L"path", nullptr},
|
||||
{ L"SOFTWARE" WOW64 "GOG.com\\Games\\2132611980", L"path", nullptr}, // Powerslave
|
||||
|
||||
{ L"SOFTWARE" WOW64 "ZOOM PLATFORM\\Duke Nukem 3D - Atomic Edition", L"InstallPath", dukezoom },
|
||||
|
||||
{ L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Steam App 434050", L"InstallLocation", nullptr },
|
||||
{ L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Steam App 225140", L"InstallLocation", dukeaddons },
|
||||
{ L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Steam App 359850", L"InstallLocation", dn3d },
|
||||
|
|
Loading…
Reference in a new issue