mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-13 20:28:21 +10:00
Add HiDPI patch for UEFI
Closes https://github.com/dortania/Opencore-Legacy-Patcher/issues/21
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
## 0.0.8
|
||||
- Fix USB Map
|
||||
- Add HiDPI patch
|
||||
|
||||
## 0.0.7
|
||||
- Add MacPro3,1 to HID patch
|
||||
|
||||
@@ -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():
|
||||
|
||||
@@ -388,6 +388,11 @@ DualGPUPatch = [
|
||||
"iMac14,3",
|
||||
]
|
||||
|
||||
HiDPIpicker = [
|
||||
"MacBookPro10,1",
|
||||
"MacBookPro10,2",
|
||||
]
|
||||
|
||||
# 11" Air
|
||||
MacBookAir61 = [
|
||||
"MacBookAir3,1",
|
||||
|
||||
Reference in New Issue
Block a user