mirror of
https://github.com/tylernguyen/x1c6-hackintosh.git
synced 2025-02-05 09:33:13 -06:00
13 lines
488 B
Text
13 lines
488 B
Text
|
#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;
|
||
|
|