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

13 lines
488 B
Text
Raw Normal View History

2018-07-05 18:06:00 -05:00
#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;