mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
Fifo: Extract syncing loop
It's now a new helper function within common.
This commit is contained in:
parent
ff29ffeb66
commit
02a3a063c3
9 changed files with 212 additions and 71 deletions
|
@ -43,6 +43,7 @@ void* PopFifoAuxBuffer(size_t size);
|
|||
|
||||
void FlushGpu();
|
||||
void RunGpu();
|
||||
void GpuMaySleep();
|
||||
void RunGpuLoop();
|
||||
void ExitGpuLoop();
|
||||
void EmulatorState(bool running);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue