diff --git a/rpcs3/Emu/Cell/Modules/cellMic.cpp b/rpcs3/Emu/Cell/Modules/cellMic.cpp index f5988c800b..07a669e25f 100644 --- a/rpcs3/Emu/Cell/Modules/cellMic.cpp +++ b/rpcs3/Emu/Cell/Modules/cellMic.cpp @@ -58,8 +58,8 @@ s32 cellMicInit() s32 cellMicEnd() { cellMic.trace("cellMicEnd()"); - const auto micThread = fxm::withdraw(); micInited = false; + const auto micThread = fxm::withdraw(); if (!micThread) return CELL_MIC_ERROR_NOT_INIT;