Skip to content

Commit 436bd6a

Browse files
committed
Fix lock.
1 parent 1e07e06 commit 436bd6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SerialPrograms/Source/NintendoSwitch/Controllers/SysbotBase/SysbotBase3_ProController.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ void ProController_SysbotBase3::push_state(const Cancellable* cancellable, WallD
198198
return m_stopping || m_next_seqnum - m_next_expected_seqnum_ack < QUEUE_SIZE;
199199
});
200200

201+
lg.release();
202+
201203
if (cancellable){
202204
cancellable->throw_if_cancelled();
203205
}

0 commit comments

Comments
 (0)