mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
Try to fix OSK
This commit is contained in:
parent
fa02a04baa
commit
318a364d09
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ namespace rsx
|
|||
fade_animation.duration = 0.5f;
|
||||
fade_animation.active = true;
|
||||
|
||||
std::lock_guard{m_threadpool_mutex}, m_workers.emplace_back([this]
|
||||
g_fxo->init_crtp<named_thread>("OSK Thread", [this]
|
||||
{
|
||||
if (auto error = run_input_loop())
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue