From fb474342215c690fa3a9643915eb45b759433e43 Mon Sep 17 00:00:00 2001 From: squidbus <175574877+squidbus@users.noreply.github.com> Date: Tue, 29 Jul 2025 01:18:55 -0700 Subject: [PATCH] Comment out rest of stubbed PipelineCompilerThread --- MarathonRecomp/gpu/video.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 = []()