Skip to content

Commit

Permalink
Exclude streaming from HWDRM, as this is FairPlay 2, not FairPlay 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Nov 23, 2019
1 parent 510c0bf commit 10bea0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions Resources/Patches.plist
Expand Up @@ -613,20 +613,6 @@
<key>Type</key>
<string>Modern</string>
</dict>
<dict>
<key>Path</key>
<string>/System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.WebContent.xpc/Contents/MacOS/com.apple.WebKit.WebContent</string>
<key>Section</key>
<string>HWDRMID</string>
</dict>
<dict>
<key>Path</key>
<string>/VDADecoderCheckerAMD</string>
<key>Section</key>
<string>HWDRMID</string>
<key>Flags</key>
<string>PF::MatchSuffix</string>
</dict>
</array>
</dict>
</plist>
2 changes: 1 addition & 1 deletion WhateverGreen/kern_shiki.hpp
Expand Up @@ -61,7 +61,7 @@ class SHIKI {
// FixSandyBridgeClassName are automatically enabled.
AddExecutableWhitelist = 8,
// Use hardware decoder (normally AMD) by pretending to be iMacPro in apps that require it.
// For example, in Safari for Netflix or in TV.app for TV+.
// For example, in Music.app or in TV.app for TV+.
UseHwDrmDecoder = 16,
// Replace board-id used by AppleGVA and AppleVPA by a different board-id.
// Sometimes it is feasible to use different GPU acceleration settings from the main mac model.
Expand Down

0 comments on commit 10bea0d

Please sign in to comment.