mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
GameTracker: use WorkQueueThread
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user