citra/src
Weiyi Wang 22df17c303 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
2018-10-02 11:22:20 -04:00
..
audio_core Merge pull request #4247 from FearlessTobi/port-1314 2018-09-22 12:02:51 -04:00
citra Merge pull request #4211 from wwylele/web-cleanup 2018-09-29 23:02:27 -04:00
citra_qt Merge pull request #4278 from wwylele/cfg-ptm-direct-fs 2018-10-01 18:32:43 -04:00
common Merge pull request #4253 from wwylele/string-util-cleanup 2018-10-01 17:52:58 -04:00
core Merge pull request #4278 from wwylele/cfg-ptm-direct-fs 2018-10-01 18:32:43 -04:00
dedicated_room web_service: stop using std::future + callback style async 2018-09-13 16:14:34 -04:00
input_common input/sdl: lock map mutex after SDL call 2018-10-02 11:22:20 -04:00
network Merge pull request #4191 from valentinvanelslande/minor-fix 2018-09-08 10:05:33 +08:00
tests Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
video_core gl_stream_buffer: Fix use of bitwise OR instead of logical OR in Map() 2018-09-21 17:20:42 -05:00
web_service web_backend: protect jwt cache with a mutex 2018-09-17 14:28:58 -04:00
.clang-format
CMakeLists.txt