early-access version 3199
This commit is contained in:
parent
62b4e62c2d
commit
74a08ccc8c
2 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
yuzu emulator early access
|
||||
=============
|
||||
|
||||
This is the source code for early-access 3198.
|
||||
This is the source code for early-access 3199.
|
||||
|
||||
## Legal Notice
|
||||
|
||||
|
|
|
@ -163,9 +163,6 @@ ServiceThread::Impl::~Impl() {
|
|||
m_wakeup_event->Signal();
|
||||
m_host_thread.join();
|
||||
|
||||
// Lock mutex.
|
||||
m_session_mutex.lock();
|
||||
|
||||
// Close all remaining sessions.
|
||||
for (const auto& [server_session, manager] : m_sessions) {
|
||||
server_session->Close();
|
||||
|
|
Loading…
Reference in a new issue