From b9257cf0a3fca063b4f50bd3afd9db2c108aa018 Mon Sep 17 00:00:00 2001 From: hoholee12 Date: Tue, 25 Jul 2023 15:55:46 +0900 Subject: [PATCH] remove spaces --- rpcs3/Emu/RSX/GL/GLPipelineCompiler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/RSX/GL/GLPipelineCompiler.cpp b/rpcs3/Emu/RSX/GL/GLPipelineCompiler.cpp index 62576fc8ac..ff20beb17f 100644 --- a/rpcs3/Emu/RSX/GL/GLPipelineCompiler.cpp +++ b/rpcs3/Emu/RSX/GL/GLPipelineCompiler.cpp @@ -37,7 +37,7 @@ namespace gl } void pipe_compiler::operator()() - { + { while (thread_ctrl::state() != thread_state::aborting) { for (auto&& job : m_work_queue.pop_all())