Skip to content

Commit

Permalink
Update OpenCore beyond 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thenickdude committed Apr 29, 2023
1 parent d3c7f1f commit dda4f7f
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 7 deletions.
14 changes: 14 additions & 0 deletions EFI/OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -963,6 +963,8 @@
<false/>
<key>DisableIoMapper</key>
<false/>
<key>DisableIoMapperMapping</key>
<false/>
<key>DisableLinkeditJettison</key>
<true/>
<key>DisableRtcChecksum</key>
Expand Down Expand Up @@ -1016,6 +1018,8 @@
<integer>0</integer>
<key>HibernateMode</key>
<string>Auto</string>
<key>HibernateSkipsPicker</key>
<false/>
<key>HideAuxiliary</key>
<false/>
<key>LauncherOption</key>
Expand Down Expand Up @@ -1316,6 +1320,12 @@
<integer>50</integer>
<key>KeySubsequentDelay</key>
<integer>5</integer>
<key>PointerDwellClickTimeout</key>
<integer>0</integer>
<key>PointerDwellDoubleClickTimeout</key>
<integer>0</integer>
<key>PointerDwellRadius</key>
<integer>0</integer>
<key>PointerPollMask</key>
<integer>-1</integer>
<key>PointerPollMax</key>
Expand Down Expand Up @@ -1614,6 +1624,8 @@
<false/>
<key>ForceResolution</key>
<false/>
<key>GopBurstMode</key>
<false/>
<key>GopPassThrough</key>
<string>Disabled</string>
<key>IgnoreTextInGraphics</key>
Expand Down Expand Up @@ -1702,6 +1714,8 @@
<true/>
<key>ResizeGpuBars</key>
<integer>-1</integer>
<key>ResizeUsePciRbIo</key>
<false/>
<key>TscSyncTimeout</key>
<integer>0</integer>
<key>UnblockFsConnect</key>
Expand Down
2 changes: 1 addition & 1 deletion src/AppleALC
Submodule AppleALC updated 69 files
+1 −1 .gitignore
+9 −9 AppleALC.xcodeproj/project.pbxproj
+45 −1 Changelog.md
+362 −0 Dumps/ALC255/69.txt
+358 −0 Dumps/alc256/alc256.txt
+3 −3 README.md
+27 −24 README_CN.md
+32 −0 Resources/ALC1220/Info.plist
+559 −0 Resources/ALC1220/Platforms18.xml
+481 −0 Resources/ALC1220/Platforms20.xml
+901 −0 Resources/ALC1220/layout18.xml
+909 −0 Resources/ALC1220/layout20.xml
+16 −0 Resources/ALC236/Info.plist
+3,445 −0 Resources/ALC236/Platforms55.xml
+1,109 −0 Resources/ALC236/layout55.xml
+48 −0 Resources/ALC255/Info.plist
+34 −52 Resources/ALC255/Platforms22.xml
+249 −0 Resources/ALC255/Platforms23.xml
+271 −0 Resources/ALC255/Platforms37.xml
+251 −0 Resources/ALC255/Platforms69.xml
+213 −288 Resources/ALC255/layout22.xml
+2,622 −0 Resources/ALC255/layout23.xml
+842 −0 Resources/ALC255/layout37.xml
+842 −0 Resources/ALC255/layout69.xml
+49 −1 Resources/ALC256/Info.plist
+273 −0 Resources/ALC256/Platforms12.xml
+215 −0 Resources/ALC256/Platforms68.xml
+153 −0 Resources/ALC256/Platforms95.xml
+1,123 −0 Resources/ALC256/layout12.xml
+1,196 −0 Resources/ALC256/layout68.xml
+1,123 −0 Resources/ALC256/layout95.xml
+17 −1 Resources/ALC268/Info.plist
+247 −0 Resources/ALC268/Platforms11.xml
+579 −0 Resources/ALC268/layout11.xml
+16 −0 Resources/ALC269/Info.plist
+126 −0 Resources/ALC269/Platforms111.xml
+583 −0 Resources/ALC269/layout111.xml
+16 −0 Resources/ALC293/Info.plist
+225 −0 Resources/ALC293/Platforms31.xml
+894 −0 Resources/ALC293/layout31.xml
+16 −0 Resources/ALC295/Info.plist
+237 −0 Resources/ALC295/Platforms11.xml
+833 −0 Resources/ALC295/layout11.xml
+16 −0 Resources/ALC298/Info.plist
+249 −0 Resources/ALC298/Platforms33.xml
+1,195 −0 Resources/ALC298/layout33.xml
+16 −0 Resources/ALC623/Info.plist
+579 −0 Resources/ALC623/Platforms13.xml
+570 −0 Resources/ALC623/layout13.xml
+2 −2 Resources/ALC892/Info.plist
+32 −0 Resources/ALC897/Info.plist
+801 −0 Resources/ALC897/Platforms13.xml
+143 −0 Resources/ALC897/Platforms21.xml
+73 −1 Resources/ALC897/Platforms23.xml
+719 −0 Resources/ALC897/layout13.xml
+45 −0 Resources/ALC897/layout21.xml
+18 −2 Resources/ALCS1200A/Info.plist
+296 −2 Resources/ALCS1200A/Platforms51.xml
+747 −0 Resources/ALCS1200A/Platforms52.xml
+79 −349 Resources/ALCS1200A/layout51.xml
+875 −0 Resources/ALCS1200A/layout52.xml
+16 −0 Resources/ALCS1220A/Info.plist
+315 −0 Resources/ALCS1220A/Platforms15.xml
+904 −0 Resources/ALCS1220A/layout15.xml
+16 −0 Resources/CX8070/Info.plist
+189 −0 Resources/CX8070/Platforms21.xml
+97 −0 Resources/CX8070/layout21.xml
+46 −0 Resources/Controllers.plist
+357 −7 Resources/PinConfigs.kext/Contents/Info.plist
2 changes: 1 addition & 1 deletion src/OcBinaryData
2 changes: 1 addition & 1 deletion src/OpenCorePkg
Submodule OpenCorePkg updated 378 files
2 changes: 1 addition & 1 deletion src/VirtualSMC

0 comments on commit dda4f7f

Please sign in to comment.