mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
GameTracker: use WorkQueueThread
This commit is contained in:
parent
de9378bf63
commit
8c13e0230c
3 changed files with 9 additions and 40 deletions
|
@ -35,7 +35,7 @@ public:
|
|||
{
|
||||
{
|
||||
std::unique_lock<std::mutex> lg(m_lock);
|
||||
m_items.emplace(std::move(args)...);
|
||||
m_items.emplace(std::forward<Args>(args)...);
|
||||
}
|
||||
m_wakeup.Set();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue