File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -212,6 +212,14 @@ def BuildEFI():
212212 "USB-Map-SMBIOS.kext" ,
213213 map_name
214214 )
215+
216+ if current_model in ModelArray .DualGPUPatch :
217+ print ("- Adding dual GPU patch" )
218+ Versions .plist_data = Versions .plist_data .replace (
219+ "debug=0x100" ,
220+ "debug=0x100 agdpmod=pikera"
221+ )
222+
215223
216224def BuildGUI ():
217225 print ("- Adding OpenCanopy GUI" )
Original file line number Diff line number Diff line change 367367 "iMac14,3"
368368]
369369
370+ DualGPUPatch = [
371+ "MacBookPro5,1" ,
372+ "MacBookPro5,2" ,
373+ "MacBookPro5,3" ,
374+ "MacBookPro5,4" ,
375+ "MacBookPro5,5" ,
376+ "MacBookPro6,1" ,
377+ "MacBookPro6,2" ,
378+ "MacBookPro8,2" ,
379+ "MacBookPro8,3" ,
380+ "MacBookPro9,1" ,
381+ "MacBookPro10,1" ,
382+ "Macmini5,2" ,
383+ "iMac12,1" ,
384+ "iMac12,2" ,
385+ "iMac13,2" ,
386+ "iMac14,2" ,
387+ "iMac14,3" ,
388+ ]
389+
370390# 11" Air
371391MacBookAir61 = [
372392 "MacBookAir3,1" ,
You can’t perform that action at this time.
0 commit comments