xbmc / peripheral.joystick

Kodi joystick support (drivers and button maps)
GNU General Public License v2.0
24 stars 46 forks source link

[fix] replace std::mutex with std::recursive_mutex #169

Closed Rechi closed 5 years ago

Rechi commented 5 years ago

P8PLATFORM::CMutex was a recursive mutex fixes #168

Rechi commented 5 years ago

@Paulemann @candrews @DaVukovic please test this and report back.

DaVukovic commented 5 years ago

Seems to be fixed:

http://paste.ubuntu.com/p/YTrWjYJrzC/

Thanks @Rechi