summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-04-26 08:05:58 +0200
committerGitHub <noreply@github.com>2021-04-26 08:05:58 +0200
commit3c5fb536348b42924b05c2660168529ca80cb30a (patch)
tree23c8ea71a6e6800da58dc006cbf95b25c3f62379 /src/video_core/gpu.h
parentMerge pull request #6241 from Morph1984/new-keyboard-bindings (diff)
parentnvhost_vic: Fix device closure (diff)
downloadyuzu-3c5fb536348b42924b05c2660168529ca80cb30a.tar
yuzu-3c5fb536348b42924b05c2660168529ca80cb30a.tar.gz
yuzu-3c5fb536348b42924b05c2660168529ca80cb30a.tar.bz2
yuzu-3c5fb536348b42924b05c2660168529ca80cb30a.tar.lz
yuzu-3c5fb536348b42924b05c2660168529ca80cb30a.tar.xz
yuzu-3c5fb536348b42924b05c2660168529ca80cb30a.tar.zst
yuzu-3c5fb536348b42924b05c2660168529ca80cb30a.zip
Diffstat (limited to 'src/video_core/gpu.h')
-rw-r--r--src/video_core/gpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h
index b1960ea86..8669e9940 100644
--- a/src/video_core/gpu.h
+++ b/src/video_core/gpu.h
@@ -324,8 +324,8 @@ public:
/// Push GPU command buffer entries to be processed
void PushCommandBuffer(Tegra::ChCommandHeaderList& entries);
- /// Frees the CDMAPusher to free up resources
- void ClearCommandBuffer();
+ /// Frees the CDMAPusher instance to free up resources
+ void ClearCdmaInstance();
/// Swap buffers (render frame)
void SwapBuffers(const Tegra::FramebufferConfig* framebuffer);