d_iwad: Find the GOG install of Doom 3: BFG

Ordered so that vanilla Doom II takes precedence, but Doom II BFG will
be located and loaded before a Final Doom install.
This commit is contained in:
Mike Swanson 2017-08-25 11:54:05 -07:00
parent cb793641ca
commit 83a71dd850

View file

@ -162,6 +162,14 @@ static registry_value_t root_path_keys[] =
"PATH",
},
// Doom 3: BFG Edition
{
HKEY_LOCAL_MACHINE,
SOFTWARE_KEY "\\GOG.com\\Games\\1135892318",
"PATH",
},
// Final Doom
{
@ -181,9 +189,9 @@ static registry_value_t root_path_keys[] =
// Strife: Veteran Edition
{
HKEY_LOCAL_MACHINE,
SOFTWARE_KEY "\\GOG.com\\Games\\1432899949",
"PATH",
HKEY_LOCAL_MACHINE,
SOFTWARE_KEY "\\GOG.com\\Games\\1432899949",
"PATH",
},
};
@ -197,6 +205,7 @@ static char *root_path_subdirs[] =
"Ultimate Doom",
"Plutonia",
"TNT",
"base\\wads",
};
// Location where Steam is installed