forked from dolphin-emu/dolphin
Fifo: Create a "Fifo" namespace.
This commit is contained in:
@@ -81,7 +81,7 @@ void AsyncRequests::PushEvent(const AsyncRequests::Event& event, bool blocking)
|
||||
|
||||
m_queue.push(event);
|
||||
|
||||
RunGpu();
|
||||
Fifo::RunGpu();
|
||||
if (blocking)
|
||||
{
|
||||
m_cond.wait(lock, [this]{return m_queue.empty();});
|
||||
|
||||
Reference in New Issue
Block a user