mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
Some fixes
This commit is contained in:
parent
3aefa2b4e1
commit
6f1e76198a
98 changed files with 2326 additions and 2348 deletions
|
@ -1222,7 +1222,7 @@ thread_t::~thread_t()
|
|||
}
|
||||
else
|
||||
{
|
||||
m_thread->m_thread.detach();
|
||||
throw EXCEPTION("Deadlock");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1310,11 +1310,7 @@ void thread_t::start(std::function<std::string()> name, std::function<void()> fu
|
|||
error(e);
|
||||
}
|
||||
|
||||
if (Emu.IsStopped())
|
||||
{
|
||||
LOG_NOTICE(GENERAL, "Thread aborted");
|
||||
}
|
||||
else if (Ini.HLELogging.GetValue())
|
||||
if (Ini.HLELogging.GetValue())
|
||||
{
|
||||
LOG_NOTICE(GENERAL, "Thread ended");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue