diff options
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/DolphinQt/DolphinEmu.entitlements | 3 | ||||
| -rw-r--r-- | Source/Core/DolphinQt/DolphinEmuDebug.entitlements | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/Source/Core/DolphinQt/DolphinEmu.entitlements b/Source/Core/DolphinQt/DolphinEmu.entitlements index 50c57c58c1..f7cafadc62 100644 --- a/Source/Core/DolphinQt/DolphinEmu.entitlements +++ b/Source/Core/DolphinQt/DolphinEmu.entitlements @@ -13,5 +13,8 @@ <!-- This is needed to use adhoc signed linked libraries --> <key>com.apple.security.cs.disable-library-validation</key> <true/> + <!-- Allows the Steam overlay library to be injected into our process --> + <key>com.apple.security.cs.allow-dyld-environment-variables</key> + <true/> </dict> </plist> diff --git a/Source/Core/DolphinQt/DolphinEmuDebug.entitlements b/Source/Core/DolphinQt/DolphinEmuDebug.entitlements index 6445fa77b9..597315d760 100644 --- a/Source/Core/DolphinQt/DolphinEmuDebug.entitlements +++ b/Source/Core/DolphinQt/DolphinEmuDebug.entitlements @@ -13,6 +13,9 @@ <!-- This is needed to use adhoc signed linked libraries --> <key>com.apple.security.cs.disable-library-validation</key> <true/> + <!-- Allows the Steam overlay library to be injected into our process --> + <key>com.apple.security.cs.allow-dyld-environment-variables</key> + <true/> <!-- This is needed to attach a debugger to the process --> <key>com.apple.security.get-task-allow</key> <true/> |
