mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-20 07:37:01 +00:00
Update thread names (#1120)
This commit is contained in:
parent
731713de3a
commit
eaa82817dd
20 changed files with 29 additions and 12 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#include "SaveList.h"
|
||||
#include <charconv>
|
||||
#include <util/helpers/helpers.h>
|
||||
|
||||
std::mutex sSLMutex;
|
||||
fs::path sSLMLCPath;
|
||||
|
|
@ -44,6 +45,7 @@ void CafeSaveList::Refresh()
|
|||
|
||||
void CafeSaveList::RefreshThreadWorker()
|
||||
{
|
||||
SetThreadName("SaveListWorker");
|
||||
// clear save list
|
||||
for (auto& itSaveInfo : sSLList)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue