mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 19:20:46 +00:00
- extended list of paths to Steam games
This commit is contained in:
parent
2dafa4555d
commit
55cfecbe2c
1 changed files with 8 additions and 7 deletions
|
@ -154,17 +154,18 @@ const char *AppInfo[] =
|
||||||
"Shadow Warrior Classic/gameroot",
|
"Shadow Warrior Classic/gameroot",
|
||||||
"Shadow Warrior Original/gameroot",
|
"Shadow Warrior Original/gameroot",
|
||||||
"Ion Fury",
|
"Ion Fury",
|
||||||
|
"Blood",
|
||||||
#ifdef __APPLE
|
"One Unit Whole Blood",
|
||||||
|
"Nam/NAM",
|
||||||
|
"Redneck Rampage/Redneck",
|
||||||
|
"Redneck Rampage Rides Again/AGAIN",
|
||||||
|
#ifdef __APPLE__
|
||||||
"Duke Nukem 3D/Duke Nukem 3D.app/drive_c/Program Files/Duke Nukem 3D",
|
"Duke Nukem 3D/Duke Nukem 3D.app/drive_c/Program Files/Duke Nukem 3D",
|
||||||
"Nam/Nam.app/Contents/Resources/Nam.boxer/C.harddisk/NAM",
|
"Nam/Nam.app/Contents/Resources/Nam.boxer/C.harddisk/NAM",
|
||||||
"Shadow Warrior DOS/Shadow Warrior.app/Contents/Resources/sw",
|
"Shadow Warrior DOS/Shadow Warrior.app/Contents/Resources/sw",
|
||||||
"Blood",
|
"Redneck Rampage/Redneck Rampage.app/Contents/Resources/Redneck Rampage.boxer/C Redneck Rampage.harddisk",
|
||||||
"One Unit Whole Blood",
|
// macOS version of Redneck Rampage Rides Again is completely broken on Steam
|
||||||
#else
|
|
||||||
"Nam/NAM",
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
TArray<FString> I_GetSteamPath()
|
TArray<FString> I_GetSteamPath()
|
||||||
|
|
Loading…
Reference in a new issue