mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-23 19:40: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
|
||||
- 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)
|
||||
|
||||
Reference in New Issue
Block a user