mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-09 20:06:17 -05:00
Fifo: rewrite sync on idle skipping hack
Now it's done without a busy loop
This commit is contained in:
@@ -41,6 +41,7 @@ void SyncGPU(SyncGPUReason reason, bool may_move_read_ptr = true);
|
||||
void PushFifoAuxBuffer(void* ptr, size_t size);
|
||||
void* PopFifoAuxBuffer(size_t size);
|
||||
|
||||
void FlushGpu();
|
||||
void RunGpu();
|
||||
void RunGpuLoop();
|
||||
void ExitGpuLoop();
|
||||
|
||||
Reference in New Issue
Block a user