mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-14 12:48:18 +10:00
Add HiDPI patch for UEFI
Closes https://github.com/dortania/Opencore-Legacy-Patcher/issues/21
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user