mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-05 06:21:19 +12:00
Update thread names (#1120)
This commit is contained in:
parent
731713de3a
commit
eaa82817dd
20 changed files with 29 additions and 12 deletions
|
@ -1194,6 +1194,7 @@ void wxGameList::RemoveCache(const std::list<fs::path>& cachePaths, const std::s
|
|||
|
||||
void wxGameList::AsyncWorkerThread()
|
||||
{
|
||||
SetThreadName("GameListWorker");
|
||||
while (m_async_worker_active)
|
||||
{
|
||||
m_async_task_count.decrementWithWait();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue