diff --git a/Source/Core/Core/Core.cpp b/Source/Core/Core/Core.cpp index f580b6f795..e123989f7b 100644 --- a/Source/Core/Core/Core.cpp +++ b/Source/Core/Core/Core.cpp @@ -401,8 +401,6 @@ static void CpuThread() if (_CoreParameter.bFastmem) EMM::UninstallExceptionHandler(); - - return; } static void FifoPlayerThread() @@ -454,8 +452,6 @@ static void FifoPlayerThread() if (!_CoreParameter.bCPUThread) g_video_backend->Video_Cleanup(); - - return; } // Initialize and create emulation thread