mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +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
|
@ -17,7 +17,6 @@ namespace CommandProcessor
|
|||
{
|
||||
|
||||
extern SCPFifoStruct fifo; //This one is shared between gfx thread and emulator thread.
|
||||
extern Common::Flag s_gpuMaySleep;
|
||||
|
||||
// internal hardware addresses
|
||||
enum
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue