mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +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 Original/gameroot",
|
||||
"Ion Fury",
|
||||
|
||||
#ifdef __APPLE
|
||||
"Blood",
|
||||
"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",
|
||||
"Nam/Nam.app/Contents/Resources/Nam.boxer/C.harddisk/NAM",
|
||||
"Shadow Warrior DOS/Shadow Warrior.app/Contents/Resources/sw",
|
||||
"Blood",
|
||||
"One Unit Whole Blood",
|
||||
#else
|
||||
"Nam/NAM",
|
||||
"Redneck Rampage/Redneck Rampage.app/Contents/Resources/Redneck Rampage.boxer/C Redneck Rampage.harddisk",
|
||||
// macOS version of Redneck Rampage Rides Again is completely broken on Steam
|
||||
#endif
|
||||
|
||||
};
|
||||
|
||||
TArray<FString> I_GetSteamPath()
|
||||
|
|
Loading…
Reference in a new issue