Fix Photos app distortion

This commit is contained in:
Mykola Grymalyuk
2021-05-24 10:53:45 -06:00
parent 8e1809cf3d
commit 41514a35f5
3 changed files with 5 additions and 2 deletions

View File

@@ -6,6 +6,9 @@
- Fix UEFI output on MacPro3,1 with PC GPUs
- Increment binaries:
- 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
- Fix crashing when Wireless module not present

View File

@@ -39,7 +39,7 @@ class Constants:
self.nvmefix_version = "1.0.7"
self.sidecarfixup_version = "1.0.0"
self.innie_version = "1.3.0"
self.payload_version = "0.0.7"
self.payload_version = "0.0.8"
# Get resource path
self.current_path = Path(__file__).parent.parent.resolve()

View File

@@ -1144,7 +1144,7 @@
<key>SystemAudioVolume</key>
<data>Rg==</data>
<key>boot-args</key>
<string>keepsyms=1 debug=0x100</string>
<string>keepsyms=1 debug=0x100 -no_compat_check</string>
<key>csr-active-config</key>
<data>AAAAAA==</data>
</dict>