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
- Allow dyld shared cache swapping on pre-Haswell
- Add USB1.1 injection for pre-Ivy bridge units
- Fix MouSSE/SSE4,2 emulation in macOS 13.0 Beta 3 (22A5295h)
- Increment Binaries:
- OpenCorePkg 0.8.3 rolling (30acb57)
- Lilu 1.6.2 rolling (2ff83c6)