diff options
author | yuzubot <yuzu@yuzu-emu.org> | 2019-10-08 12:01:19 +0000 |
---|---|---|
committer | yuzubot <yuzu@yuzu-emu.org> | 2019-10-08 12:01:19 +0000 |
commit | 06ba9a7f86f91d521def899d07900ae75302f5bb (patch) | |
tree | bd59bb3868ec296b8c2d6753cb036e75e7d9177f /src/video_core/gpu_asynch.cpp | |
parent | c84b917e122b9ec47f54d4bc4f19de447dbda096 (diff) |
"Merge Tagged PR 2912"
Diffstat (limited to 'src/video_core/gpu_asynch.cpp')
-rw-r--r-- | src/video_core/gpu_asynch.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/video_core/gpu_asynch.cpp b/src/video_core/gpu_asynch.cpp index f2a3a390e1..04222d0607 100644 --- a/src/video_core/gpu_asynch.cpp +++ b/src/video_core/gpu_asynch.cpp @@ -44,4 +44,8 @@ void GPUAsynch::TriggerCpuInterrupt(const u32 syncpoint_id, const u32 value) con interrupt_manager.GPUInterruptSyncpt(syncpoint_id, value); } +void GPUAsynch::WaitIdle() const { + gpu_thread.WaitIdle(); +} + } // namespace VideoCommon |