diff options
| author | 2021-04-25 23:05:58 -0700 | |
|---|---|---|
| committer | 2021-04-25 23:05:58 -0700 | |
| commit | 3c5fb536348b42924b05c2660168529ca80cb30a (patch) | |
| tree | 23c8ea71a6e6800da58dc006cbf95b25c3f62379 /src/video_core/gpu.h | |
| parent | Merge pull request #6241 from Morph1984/new-keyboard-bindings (diff) | |
| parent | nvhost_vic: Fix device closure (diff) | |
| download | yuzu-3c5fb536348b42924b05c2660168529ca80cb30a.tar.gz yuzu-3c5fb536348b42924b05c2660168529ca80cb30a.tar.xz yuzu-3c5fb536348b42924b05c2660168529ca80cb30a.zip | |
Merge pull request #6237 from ameerj/nvdec-end-fix
nvhost_vic: Fix device closure
Diffstat (limited to 'src/video_core/gpu.h')
| -rw-r--r-- | src/video_core/gpu.h | 4 |
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: | |||
| 324 | /// Push GPU command buffer entries to be processed | 324 | /// Push GPU command buffer entries to be processed |
| 325 | void PushCommandBuffer(Tegra::ChCommandHeaderList& entries); | 325 | void PushCommandBuffer(Tegra::ChCommandHeaderList& entries); |
| 326 | 326 | ||
| 327 | /// Frees the CDMAPusher to free up resources | 327 | /// Frees the CDMAPusher instance to free up resources |
| 328 | void ClearCommandBuffer(); | 328 | void ClearCdmaInstance(); |
| 329 | 329 | ||
| 330 | /// Swap buffers (render frame) | 330 | /// Swap buffers (render frame) |
| 331 | void SwapBuffers(const Tegra::FramebufferConfig* framebuffer); | 331 | void SwapBuffers(const Tegra::FramebufferConfig* framebuffer); |