Add Software Based deMUX

Closes https://github.com/dortania/OpenCore-Legacy-Patcher/issues/559
This commit is contained in:
Mykola Grymalyuk
2021-10-11 15:50:07 -06:00
parent 47a2f71612
commit 82fe98a93c
10 changed files with 236 additions and 21 deletions
+1
View File
@@ -67,5 +67,6 @@ def validate(settings):
settings.enable_wake_on_wlan = True
settings.disable_tb = True
settings.force_surplus = True
settings.software_demux = True
build_prebuilt()
build_dumps()