mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 22:41:25 +12:00
Try to fix msg dialog breakage
This commit is contained in:
parent
e719bcf338
commit
144c20649f
1 changed files with 1 additions and 2 deletions
|
@ -239,10 +239,9 @@ namespace rsx
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
std::scoped_lock lock(m_threadpool_mutex);
|
|
||||||
if (!exit)
|
if (!exit)
|
||||||
{
|
{
|
||||||
m_workers.emplace_back([&]()
|
g_fxo->init<named_thread>("MsgDialog Thread", [&]()
|
||||||
{
|
{
|
||||||
if (interactive)
|
if (interactive)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue