mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
WorkQueueThread: Implement thread name
Otherwise we will end up with a dozen threads named "WorkQueueThread"
This commit is contained in:
parent
94a0c50bf8
commit
acdb0c5be1
7 changed files with 14 additions and 9 deletions
|
@ -87,7 +87,7 @@ private:
|
|||
// game path -> directories that track it
|
||||
QMap<QString, QSet<QString>> m_tracked_files;
|
||||
QVector<QString> m_tracked_paths;
|
||||
Common::WorkQueueThread<Command> m_load_thread;
|
||||
Common::WorkQueueThread<Command> m_load_thread{"GameList Tracker"};
|
||||
UICommon::GameFileCache m_cache;
|
||||
Common::Event m_cache_loaded_event;
|
||||
Common::Event m_initial_games_emitted_event;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue