mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-23 11:30:15 +10:00
Fix MouSSE 13.0 B3 support
Replace usage of `__PRELINK_TEXT` with `__TEXT_EXEC` ``` Find: 5F 5F 50 52 45 4C 49 4E 4B 5F 54 45 58 54 Replace: 5F 5F 54 45 58 54 5F 45 58 45 43 00 00 00 ```
This commit is contained in:
@@ -26,6 +26,7 @@
|
|||||||
- Fix VMM patch set
|
- Fix VMM patch set
|
||||||
- Allow dyld shared cache swapping on pre-Haswell
|
- Allow dyld shared cache swapping on pre-Haswell
|
||||||
- Add USB1.1 injection for pre-Ivy bridge units
|
- Add USB1.1 injection for pre-Ivy bridge units
|
||||||
|
- Fix MouSSE/SSE4,2 emulation in macOS 13.0 Beta 3 (22A5295h)
|
||||||
- Increment Binaries:
|
- Increment Binaries:
|
||||||
- OpenCorePkg 0.8.3 rolling (30acb57)
|
- OpenCorePkg 0.8.3 rolling (30acb57)
|
||||||
- Lilu 1.6.2 rolling (2ff83c6)
|
- Lilu 1.6.2 rolling (2ff83c6)
|
||||||
|
|||||||
BIN
payloads/Kexts/SSE/AAAMouSSE-v0.95-Dortania.zip
Normal file
BIN
payloads/Kexts/SSE/AAAMouSSE-v0.95-Dortania.zip
Normal file
Binary file not shown.
@@ -80,8 +80,8 @@ class Constants:
|
|||||||
## Syncretic
|
## Syncretic
|
||||||
## https://forums.macrumors.com/members/syncretic.1173816/
|
## https://forums.macrumors.com/members/syncretic.1173816/
|
||||||
## https://github.com/reenigneorcim/latebloom
|
## https://github.com/reenigneorcim/latebloom
|
||||||
self.mousse_version = "0.95" # MouSSE
|
self.mousse_version = "0.95-Dortania" # MouSSE
|
||||||
self.telemetrap_version = "1.0.0" # telemetrap
|
self.telemetrap_version = "1.0.0" # telemetrap
|
||||||
|
|
||||||
## cdf
|
## cdf
|
||||||
## https://github.com/cdf/Innie
|
## https://github.com/cdf/Innie
|
||||||
|
|||||||
Reference in New Issue
Block a user