Skip to content

Revert "d3d11device: protect device_lock vs device_new"

This reverts commit 926d5366.

AcquireSRWLockShared seems to be acquiring lock in exclusive mode when the same lock is combined with write lock access. Reverting the commit because of this is unexpected behavior and unavoidable OS bug.

Edited by Seungha Yang

Merge request reports