1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 10:42:36 +01:00

Try to fix msg dialog breakage

This commit is contained in:
Nekotekina 2020-02-25 22:50:44 +03:00
parent e719bcf338
commit 144c20649f

View File

@ -239,10 +239,9 @@ namespace rsx
}
else
{
std::scoped_lock lock(m_threadpool_mutex);
if (!exit)
{
m_workers.emplace_back([&]()
g_fxo->init<named_thread>("MsgDialog Thread", [&]()
{
if (interactive)
{