1
0
Fork 0
mirror of https://github.com/tylernguyen/x1c6-hackintosh.git synced 2025-02-05 09:33:13 -06:00
x1c6-hackintosh/patches/patch-files/3_system_OSYS_win10.txt
2019-10-03 01:01:07 -07:00

12 lines
488 B
Text
Executable file

#Maintained by: RehabMan for: Laptop Patches
#system_OSYS_win10.txt
# Cause the DSDT to simulate "Windows 2015" when running under "Darwin" (OS X).
#
# This can fix various DSDT related problems for code within the DSDT
# that is conditional on the operating system version.
#
# Sometimes "Windows 2015" is a better choice than "Windows 2006"
into_all method code_regex If\s+\([\\]?_OSI\s+\(\"Windows\s2015\"\)\) replace_matched begin If(LOr(_OSI("Darwin"),_OSI("Windows 2015"))) end;