diff --git a/Source/Core/VideoCommon/PixelEngine.cpp b/Source/Core/VideoCommon/PixelEngine.cpp index 81adc2071e..f38eb71125 100644 --- a/Source/Core/VideoCommon/PixelEngine.cpp +++ b/Source/Core/VideoCommon/PixelEngine.cpp @@ -90,7 +90,7 @@ static UPEAlphaModeConfReg m_AlphaModeConf; static UPEAlphaReadReg m_AlphaRead; static UPECtrlReg m_Control; -std::mutex s_token_finish_mutex; +static std::mutex s_token_finish_mutex; static u16 s_token; static u16 s_token_pending; static bool s_token_interrupt_pending;