mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 14:40:52 +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
|
## 0.0.8
|
||||||
- Fix USB Map
|
- Fix USB Map
|
||||||
|
- Add HiDPI patch
|
||||||
|
|
||||||
## 0.0.7
|
## 0.0.7
|
||||||
- Add MacPro3,1 to HID patch
|
- Add MacPro3,1 to HID patch
|
||||||
|
|||||||
@@ -243,6 +243,12 @@ def BuildEFI():
|
|||||||
"debug=0x100",
|
"debug=0x100",
|
||||||
"debug=0x100 agdpmod=pikera"
|
"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():
|
def BuildGUI():
|
||||||
|
|||||||
@@ -388,6 +388,11 @@ DualGPUPatch = [
|
|||||||
"iMac14,3",
|
"iMac14,3",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
HiDPIpicker = [
|
||||||
|
"MacBookPro10,1",
|
||||||
|
"MacBookPro10,2",
|
||||||
|
]
|
||||||
|
|
||||||
# 11" Air
|
# 11" Air
|
||||||
MacBookAir61 = [
|
MacBookAir61 = [
|
||||||
"MacBookAir3,1",
|
"MacBookAir3,1",
|
||||||
|
|||||||
Reference in New Issue
Block a user