joel16 / NX-Shell

A multi-purpose file manager for the Nintendo Switch.
GNU General Public License v2.0
947 stars 64 forks source link

Lock devices_list access behind a recursive mutex. #125

Closed DarkMatterCore closed 1 year ago

DarkMatterCore commented 2 years ago

Fixes devices list population after a UMS device has been mounted by libusbhsfs. Also tweaked USB namespace functions to better deal with thread/pointer safety.

joel16 commented 1 year ago

Thank you for both your PRs!

DarkMatterCore commented 1 year ago

Thank you for both your PRs!

Glad to help!