early-access version 3199

main
pineappleEA 2022-12-09 21:18:06 +01:00
parent 62b4e62c2d
commit 74a08ccc8c
2 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -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();