mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 22:50:51 +10:00
Fix Photos app distortion
This commit is contained in:
@@ -6,6 +6,9 @@
|
|||||||
- Fix UEFI output on MacPro3,1 with PC GPUs
|
- Fix UEFI output on MacPro3,1 with PC GPUs
|
||||||
- Increment binaries:
|
- Increment binaries:
|
||||||
- OpenCore 4e0ff2d (0.7.0 rolling - 05-23-2021)
|
- OpenCore 4e0ff2d (0.7.0 rolling - 05-23-2021)
|
||||||
|
- Apple Binaries 59a52a3 (0.0.8 release - 05-24-2021)
|
||||||
|
- Allow legacy macOS Booting
|
||||||
|
- Fix Photos app distortion on legacy GPUs
|
||||||
|
|
||||||
## 0.1.5
|
## 0.1.5
|
||||||
- Fix crashing when Wireless module not present
|
- Fix crashing when Wireless module not present
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ class Constants:
|
|||||||
self.nvmefix_version = "1.0.7"
|
self.nvmefix_version = "1.0.7"
|
||||||
self.sidecarfixup_version = "1.0.0"
|
self.sidecarfixup_version = "1.0.0"
|
||||||
self.innie_version = "1.3.0"
|
self.innie_version = "1.3.0"
|
||||||
self.payload_version = "0.0.7"
|
self.payload_version = "0.0.8"
|
||||||
|
|
||||||
# Get resource path
|
# Get resource path
|
||||||
self.current_path = Path(__file__).parent.parent.resolve()
|
self.current_path = Path(__file__).parent.parent.resolve()
|
||||||
|
|||||||
@@ -1144,7 +1144,7 @@
|
|||||||
<key>SystemAudioVolume</key>
|
<key>SystemAudioVolume</key>
|
||||||
<data>Rg==</data>
|
<data>Rg==</data>
|
||||||
<key>boot-args</key>
|
<key>boot-args</key>
|
||||||
<string>keepsyms=1 debug=0x100</string>
|
<string>keepsyms=1 debug=0x100 -no_compat_check</string>
|
||||||
<key>csr-active-config</key>
|
<key>csr-active-config</key>
|
||||||
<data>AAAAAA==</data>
|
<data>AAAAAA==</data>
|
||||||
</dict>
|
</dict>
|
||||||
|
|||||||
Reference in New Issue
Block a user