1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-11-06 08:08:58 -06:00

Name all threads (#886)

* Name all threads

Close #874

* use ThreadName instead of ThreadId in Logging
This commit is contained in:
Ac_K
2020-01-13 01:21:54 +01:00
committed by Thog
parent f0055482fd
commit 5facc0c07f
13 changed files with 60 additions and 29 deletions

View File

@@ -653,6 +653,7 @@ namespace Ryujinx.Ui
}
});
thread.Name = "GUI.FirmwareInstallerThread";
thread.Start();
}
else