Fifo: Extract syncing loop

It's now a new helper function within common.
This commit is contained in:
degasus
2015-05-27 20:53:09 +02:00
parent ff29ffeb66
commit 02a3a063c3
9 changed files with 212 additions and 71 deletions

View File

@ -43,6 +43,7 @@ void* PopFifoAuxBuffer(size_t size);
void FlushGpu();
void RunGpu();
void GpuMaySleep();
void RunGpuLoop();
void ExitGpuLoop();
void EmulatorState(bool running);