diff options
| author | degasus <wickmarkus@web.de> | 2016-01-12 22:44:58 +0100 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2016-01-12 23:28:26 +0100 |
| commit | 5f244abf2833db9d3a7d93a0632b56c4bf55e5e7 (patch) | |
| tree | e570af842d310da10ebc9ffde3bb50cc8532c0fc /Source/Core/VideoCommon/AsyncRequests.cpp | |
| parent | c3481a576bb445645332de20534687b6a927843d (diff) | |
Fifo: Create a "Fifo" namespace.
Diffstat (limited to 'Source/Core/VideoCommon/AsyncRequests.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/AsyncRequests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/AsyncRequests.cpp b/Source/Core/VideoCommon/AsyncRequests.cpp index 1ce7c8fdb7..bddf8e7445 100644 --- a/Source/Core/VideoCommon/AsyncRequests.cpp +++ b/Source/Core/VideoCommon/AsyncRequests.cpp @@ -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();}); |
