mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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