diff options
| author | S David <2100425+s-daveb@users.noreply.github.com> | 2019-12-22 00:32:17 -0500 |
|---|---|---|
| committer | S David <2100425+s-daveb@users.noreply.github.com> | 2019-12-22 00:49:17 -0500 |
| commit | 21f42fafb7f6d5a7dd696d83c1892bf5326ff05f (patch) | |
| tree | 801e77ec479228946f71db9a6b3fd2583b8c96cf /Source/Core/InputCommon/ControllerInterface/DualShockUDPClient/DualShockUDPClient.cpp | |
| parent | 8a50d9c540de1528baf0e5fbb076ccf7e484c988 (diff) | |
MacOS: Fixes configuration hang; bump MacOS SDK.
Removed conditional use of std::mutex instead of std::shared_mutex on MacOS.
Because MacOS < 10.12 did not support std::shared_mutex, a previous commit
naïvely substituted std::mutex, which does not have the same behavior.
Reverses PR #8273, which substitues std::mutex for std::shared_mutex on
macOS, and results in several bugs that seem to only affect MacOS
- https://bugs.dolphin-emu.org/issues/11919
- https://bugs.dolphin-emu.org/issues/11842
- https://bugs.dolphin-emu.org/issues/11845
This change eliminates conditional code for MacOS in the core configuration
layer code and enables the use of modern language features that are more
secure and thread-safe.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/DualShockUDPClient/DualShockUDPClient.cpp')
0 files changed, 0 insertions, 0 deletions
