suyu/src
Weiyi Wang 8b98f60e3c input/sdl: lock map mutex after SDL call
Any SDL invocation can call the even callback on the same thread, which can call GetSDLJoystickBySDLID and eventually cause double lock on joystick_map_mutex. To avoid this, lock guard should be placed as closer as possible to the object accessing code, so that any SDL invocation is with the mutex unlocked
2019-03-02 19:09:58 +01:00
..
audio_core audio_core/cubeb_sink: Ensure COM is initialized on Windows prior to calling cubeb_init 2019-02-27 16:14:53 -05:00
common common/math_util: Move contents into the Common namespace 2019-02-27 03:38:39 -05:00
core Merge pull request #2180 from lioncash/audren 2019-03-01 09:50:14 -05:00
input_common input/sdl: lock map mutex after SDL call 2019-03-02 19:09:58 +01:00
tests core_timing: Convert core timing into a class 2019-02-15 21:50:25 -05:00
video_core Merge pull request #2182 from bunnei/my-wasted-friday 2019-03-02 00:57:15 -05:00
web_service
yuzu Input: Remove global variables from SDL Input 2019-03-02 19:09:34 +01:00
yuzu_cmd Input: Remove global variables from SDL Input 2019-03-02 19:09:34 +01:00
.clang-format
CMakeLists.txt