dolphin/Source/Core
Skyler Saleh 4ff429266a Apple M1: MacOS 11.2 mprotect restrictions
In MacOS 11.2 mprotect can no longer change the access protection settings of
pages that were previously marked as executable to anything but PROT_NONE. This
commit works around this new restriction by bypassing the mprotect based write
protection and instead relying on the write protection provided by MAP_JIT.
2021-05-22 15:25:18 -07:00
..
AudioCommon
Common Apple M1: MacOS 11.2 mprotect restrictions 2021-05-22 15:25:18 -07:00
Core Apple M1: Build, Analytics, and Memory Management 2021-05-22 15:25:17 -07:00
DiscIO
DolphinNoGUI
DolphinQt Apple M1: Enable hardened runtime 2021-05-22 15:25:18 -07:00
InputCommon IMUGyroscope: make GetState update optional (on by default), fix const, clean code 2021-05-19 20:51:35 +03:00
MacUpdater Apple M1: Build, Analytics, and Memory Management 2021-05-22 15:25:17 -07:00
UICommon DolphinQt: AutoUpdate.cpp should use scm_rev_git_str 2021-05-21 17:36:43 +02:00
UpdaterCommon
VideoBackends VideoCommon: Split BBox* functions into common and backend implementation variants 2021-05-22 01:11:57 -04:00
VideoCommon Apple M1 Support for MacOS 2021-05-22 15:25:17 -07:00
WinUpdater
CMakeLists.txt
DolphinLib.ARM64.props
DolphinLib.props Merge pull request #9707 from JosJuice/remove-atomic-header 2021-05-14 14:33:24 -04:00
DolphinLib.vcxproj
DolphinLib.vcxproj.user
DolphinLib.x64.props