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:
Mykola Grymalyuk
2022-07-07 15:05:56 -06:00
parent a7cb63530e
commit e5740dd34e
3 changed files with 3 additions and 2 deletions

View File

@@ -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)

Binary file not shown.

View File

@@ -80,7 +80,7 @@ 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