diff --git a/CHANGELOG.md b/CHANGELOG.md index b874ce23e..5065f9291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,9 @@ - NVMeFix (1.0.9 rolling - 06-08-2021) - WhateverGreen (1.5.1 rolling - 06-08-2021) - RestrictEvents (1.0.3 rolling - 06-08-2021) - - Apple Binaries (0.0.13 release - 06-08) + - Apple Binaries (0.0.13 release - 06-08-2021) + - MouSSE (0.95 release - 06-08-2021) +- Fix SSE4,2 Emulation ## 0.1.6 - Add XHCI UEFI Driver for 3rd Party USB 3.0 Controllers diff --git a/Resources/Constants.py b/Resources/Constants.py index 3e909f421..716f7f37d 100644 --- a/Resources/Constants.py +++ b/Resources/Constants.py @@ -19,7 +19,7 @@ class Constants: self.marvel_version = "1.0.0" self.nforce_version = "1.0.0" self.mce_version = "1.0.0" - self.mousse_version = "0.93" + self.mousse_version = "0.95" self.telemetrap_version = "1.0.0" self.corecaptureelcap_version = "1.0.0" self.io80211elcap_version = "1.0.0" diff --git a/payloads/Kexts/SSE/AAAMouSSE-v0.93.zip b/payloads/Kexts/SSE/AAAMouSSE-v0.93.zip deleted file mode 100644 index 52428f351..000000000 Binary files a/payloads/Kexts/SSE/AAAMouSSE-v0.93.zip and /dev/null differ diff --git a/payloads/Kexts/SSE/AAAMouSSE-v0.95.zip b/payloads/Kexts/SSE/AAAMouSSE-v0.95.zip new file mode 100644 index 000000000..4e042bcf1 Binary files /dev/null and b/payloads/Kexts/SSE/AAAMouSSE-v0.95.zip differ