diff --git a/MarathonRecomp/gpu/video.cpp b/MarathonRecomp/gpu/video.cpp index 5e7cdc66f..933d526b5 100644 --- a/MarathonRecomp/gpu/video.cpp +++ b/MarathonRecomp/gpu/video.cpp @@ -6601,8 +6601,8 @@ static void PipelineCompilerThread() std::unique_ptr ctx; - while (true) - { +// while (true) +// { // PipelineStateQueueItem queueItem; // g_pipelineStateQueue.wait_dequeue(queueItem); // @@ -6630,9 +6630,9 @@ static void PipelineCompilerThread() // , queueItem.pipelineName.c_str() //#endif // ); - - std::this_thread::yield(); - } +// +// std::this_thread::yield(); +// } } static std::vector> g_pipelineCompilerThreads = []()