Cog/Frameworks/lazyusf2/lazyusf2
Hugh Cole-Baker be44237199 Avoid using MAP_JIT mmap flag on macOS < 10.14
If compiled with the macOS 10.14 SDK, MAP_JIT will be defined and passed
as a flag to mmap to allocate memory for the dynarec, but this flag will
cause mmap to fail if running on macOS 10.13 and below; on macOS check
the OS version at runtime, set and cache the appropriate flags for mmap.
2020-06-06 16:05:15 +01:00
..
ai Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
api Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
debugger Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
main Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
memory Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
osal Switch back to lazyusf2, and enable JIT entitlement for it 2019-10-15 14:32:18 -07:00
pi Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
r4300 Avoid using MAP_JIT mmap flag on macOS < 10.14 2020-06-06 16:05:15 +01:00
rdp Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
ri Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
rsp Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
rsp_hle Switch back to lazyusf2, and enable JIT entitlement for it 2019-10-15 14:32:18 -07:00
rsp_lle Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
si Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
usf Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
vi Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
lazyusf2-Info.plist Replaced lazyusf2 with more compatible lazyusf1, and updated its timing code significantly. 2018-07-12 00:13:30 -07:00