mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-30 16:01:09 -04:00
name some threads
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include <thread>
|
||||
#include "Common/Assert.h"
|
||||
#include "Common/Logging/Log.h"
|
||||
#include "Common/Thread.h"
|
||||
|
||||
namespace VideoCommon
|
||||
{
|
||||
@@ -192,6 +193,8 @@ void AsyncShaderCompiler::WorkerThreadExit(void* param)
|
||||
|
||||
void AsyncShaderCompiler::WorkerThreadEntryPoint(void* param)
|
||||
{
|
||||
Common::SetCurrentThreadName("AsyncShaderCompiler Worker");
|
||||
|
||||
// Initialize worker thread with backend-specific method.
|
||||
if (!WorkerThreadInitWorkerThread(param))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user