Core: Remove redundant returns in FifoPlayerThread() and CpuThread()

There's no need to explicitly return at the end of a void function.
This commit is contained in:
Lioncash 2017-02-07 17:58:59 -05:00
parent 22fbcc67fc
commit 06f6ca8d81
1 changed files with 0 additions and 4 deletions

View File

@ -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