mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 15:01:18 +12:00
Update thread names (#1120)
This commit is contained in:
parent
731713de3a
commit
eaa82817dd
20 changed files with 29 additions and 12 deletions
|
@ -258,6 +258,7 @@ void CafeTitleList::AddTitleFromPath(fs::path path)
|
|||
|
||||
bool CafeTitleList::RefreshWorkerThread()
|
||||
{
|
||||
SetThreadName("TitleListWorker");
|
||||
while (sTLRefreshRequests.load())
|
||||
{
|
||||
sTLRefreshRequests.store(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue