1
0
Fork 0
forked from eden-emu/eden

Merge pull request #6125 from ogniK5377/nvdec-close-dev

nvdrv: Cleanup CDMA Processor on device closure
This commit is contained in:
bunnei 2021-04-16 23:14:44 -07:00 committed by GitHub
commit 9ad77ba6d3
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 11 deletions

View file

@ -324,6 +324,9 @@ public:
/// Push GPU command buffer entries to be processed
void PushCommandBuffer(Tegra::ChCommandHeaderList& entries);
/// Frees the CDMAPusher to free up resources
void ClearCommandBuffer();
/// Swap buffers (render frame)
void SwapBuffers(const Tegra::FramebufferConfig* framebuffer);