diff options
author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2020-02-17 23:10:23 +0100 |
---|---|---|
committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2020-04-22 17:36:10 +0200 |
commit | 487379c593bcaf3787ede187c5d44f7923b54dc9 (patch) | |
tree | b66c5c541a55be6d4b76b78c07be11731a7cb400 /src/video_core/gpu_asynch.h | |
parent | TextureCache: Flush linear textures after finishing rendering. (diff) | |
download | yuzu-487379c593bcaf3787ede187c5d44f7923b54dc9.tar yuzu-487379c593bcaf3787ede187c5d44f7923b54dc9.tar.gz yuzu-487379c593bcaf3787ede187c5d44f7923b54dc9.tar.bz2 yuzu-487379c593bcaf3787ede187c5d44f7923b54dc9.tar.lz yuzu-487379c593bcaf3787ede187c5d44f7923b54dc9.tar.xz yuzu-487379c593bcaf3787ede187c5d44f7923b54dc9.tar.zst yuzu-487379c593bcaf3787ede187c5d44f7923b54dc9.zip |
Diffstat (limited to 'src/video_core/gpu_asynch.h')
-rw-r--r-- | src/video_core/gpu_asynch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/gpu_asynch.h b/src/video_core/gpu_asynch.h index 03fd0eef0..517658612 100644 --- a/src/video_core/gpu_asynch.h +++ b/src/video_core/gpu_asynch.h @@ -32,6 +32,8 @@ public: void FlushAndInvalidateRegion(VAddr addr, u64 size) override; void WaitIdle() const override; + void OnCommandListEnd() override; + protected: void TriggerCpuInterrupt(u32 syncpoint_id, u32 value) const override; |