mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
- add Redneck Rampage to Steam search paths
This commit is contained in:
parent
455137e5e0
commit
3a30e083ad
1 changed files with 4 additions and 0 deletions
|
@ -96,6 +96,7 @@ static const char * nam[] = { "/NAM", nullptr};
|
||||||
static const char * ww2gi[] = { "/WW2GI", nullptr};
|
static const char * ww2gi[] = { "/WW2GI", nullptr};
|
||||||
static const char * bloodfs[] = { "", R"(/addons/Cryptic Passage)", nullptr};
|
static const char * bloodfs[] = { "", R"(/addons/Cryptic Passage)", nullptr};
|
||||||
static const char * sw[] = { "/Shadow Warrior", nullptr};
|
static const char * sw[] = { "/Shadow Warrior", nullptr};
|
||||||
|
static const char * redneck[] = { "/Redneck", "/AGAIN", nullptr };
|
||||||
|
|
||||||
#ifndef _WIN64
|
#ifndef _WIN64
|
||||||
#define WOW64 "\\"
|
#define WOW64 "\\"
|
||||||
|
@ -123,6 +124,9 @@ static const RegistryPathInfo paths[] = {
|
||||||
{ L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Steam App 238070", L"InstallLocation", gameroot}, // Shadow Warrior Classic (1997) - Steam
|
{ L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Steam App 238070", L"InstallLocation", gameroot}, // Shadow Warrior Classic (1997) - Steam
|
||||||
{ L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Steam App 358400", L"InstallLocation", sw},
|
{ L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Steam App 358400", L"InstallLocation", sw},
|
||||||
{ L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Steam App 562860", L"InstallLocation", nullptr}, // Ion Fury (Steam)
|
{ L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Steam App 562860", L"InstallLocation", nullptr}, // Ion Fury (Steam)
|
||||||
|
|
||||||
|
{ L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Steam App 565550", L"InstallLocation", redneck},
|
||||||
|
{ L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Steam App 580940", L"InstallLocation", redneck},
|
||||||
#if 0
|
#if 0
|
||||||
{ L"SOFTWARE\\3DRealms\\Duke Nukem 3D", nullptr, dn3d },
|
{ L"SOFTWARE\\3DRealms\\Duke Nukem 3D", nullptr, dn3d },
|
||||||
{ L"SOFTWARE\\3DRealms\\Anthology", nullptr, dn3d },
|
{ L"SOFTWARE\\3DRealms\\Anthology", nullptr, dn3d },
|
||||||
|
|
Loading…
Reference in a new issue