Add Intel HD4000 Acceleration

This commit is contained in:
Mykola Grymalyuk
2021-06-12 11:01:52 -06:00
parent 8c092494a8
commit a0eca53c58
2 changed files with 4 additions and 1 deletions

View File

@@ -32,6 +32,9 @@
- SidecarFixup (1.0.2 rolling - 06-11-2021)
- Fix SSE4,2 Emulation
- Fix Sidecar and CPU renaming support in macOS Monterey
- Add AirPlay support to older Models
- Add Intel HD4000 Acceleration
- Big thanks to Jackluke!
## 0.1.6
- Add XHCI UEFI Driver for 3rd Party USB 3.0 Controllers

View File

@@ -40,7 +40,7 @@ class Constants:
self.sidecarfixup_version = "1.0.2"
self.innie_version = "1.3.0"
self.fw_kext = "1.0.0"
self.payload_version = "0.0.14"
self.payload_version = "0.0.15"
# Get resource path
self.current_path = Path(__file__).parent.parent.resolve()