Add HiDPI patch for UEFI

Closes https://github.com/dortania/Opencore-Legacy-Patcher/issues/21
This commit is contained in:
Mykola Grymalyuk
2020-12-15 15:32:26 -07:00
parent c6f84cc036
commit 12347f866a
3 changed files with 12 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
## 0.0.8
- Fix USB Map
- Add HiDPI patch
## 0.0.7
- Add MacPro3,1 to HID patch

View File

@@ -243,6 +243,12 @@ def BuildEFI():
"debug=0x100",
"debug=0x100 agdpmod=pikera"
)
if current_model in ModelArray.HiDPIpicker:
print("- Setting HiDPI picker")
Versions.plist_data = Versions.plist_data.replace(
"<data>AQ==</data>",
"<data>Ag==</data>"
)
def BuildGUI():

View File

@@ -388,6 +388,11 @@ DualGPUPatch = [
"iMac14,3",
]
HiDPIpicker = [
"MacBookPro10,1",
"MacBookPro10,2",
]
# 11" Air
MacBookAir61 = [
"MacBookAir3,1",