From 7522a3e35979df480c0534b7ebb21b723b2cf5b5 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Sat, 31 Jul 2021 12:51:21 +0300 Subject: [PATCH] - added detection of Steam's Powerslave on macOS --- source/platform/posix/i_steam.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/platform/posix/i_steam.cpp b/source/platform/posix/i_steam.cpp index 050df89ee..4136bdc49 100644 --- a/source/platform/posix/i_steam.cpp +++ b/source/platform/posix/i_steam.cpp @@ -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 };