mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
- added detection of Steam's Powerslave on macOS
This commit is contained in:
parent
33167b2a0d
commit
7522a3e359
1 changed files with 2 additions and 1 deletions
|
@ -166,7 +166,8 @@ const char *AppInfo[] =
|
||||||
"Shadow Warrior DOS/Shadow Warrior.app/Contents/Resources/sw",
|
"Shadow Warrior DOS/Shadow Warrior.app/Contents/Resources/sw",
|
||||||
"Redneck Rampage/Redneck Rampage.app/Contents/Resources/Redneck Rampage.boxer/C Redneck Rampage.harddisk",
|
"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
|
// macOS version of Redneck Rampage Rides Again is completely broken on Steam
|
||||||
"Redneck Deer Huntin'/Redneck Deer Huntin.app/Contents/Resources/Redneck Deer Huntin.boxer/C.harddisk/INTRPLAY/HUNTIN"
|
"Redneck Deer Huntin'/Redneck Deer Huntin.app/Contents/Resources/Redneck Deer Huntin.boxer/C.harddisk/INTRPLAY/HUNTIN",
|
||||||
|
"PowerslaveCE/Powerslave.app/Contents/Resources/game",
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue