diff --git a/Source/Core/VideoCommon/Fifo.cpp b/Source/Core/VideoCommon/Fifo.cpp index cfc126cfc1..743e01afaf 100644 --- a/Source/Core/VideoCommon/Fifo.cpp +++ b/Source/Core/VideoCommon/Fifo.cpp @@ -297,10 +297,10 @@ void RunGpuLoop() AsyncRequests::GetInstance()->SetEnable(true); AsyncRequests::GetInstance()->SetPassthrough(false); - s_gpu_mainloop.Run( - [] { - const SConfig& param = SConfig::GetInstance(); + const SConfig& param = SConfig::GetInstance(); + s_gpu_mainloop.Run( + [¶m] { // Run events from the CPU thread. AsyncRequests::GetInstance()->PullEvents();