Skip to content

Commit

Permalink
- added detection of Steam's Powerslave on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Jul 31, 2021
1 parent 33167b2 commit 7522a3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/platform/posix/i_steam.cpp
Expand Up @@ -166,7 +166,8 @@ const char *AppInfo[] =
"Shadow Warrior DOS/Shadow Warrior.app/Contents/Resources/sw",
"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
"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
};

Expand Down

0 comments on commit 7522a3e

Please sign in to comment.