early-access version 1635

This commit is contained in:
pineappleEA
2021-04-26 10:37:40 +02:00
parent e0d921efd6
commit 42500628e7
6 changed files with 21 additions and 23 deletions
+1 -3
View File
@@ -492,10 +492,8 @@ void GPU::PushCommandBuffer(Tegra::ChCommandHeaderList& entries) {
cdma_pusher->ProcessEntries(std::move(entries));
}
void GPU::ClearCommandBuffer() {
// This condition fires when a video stream ends, clear all intermediary data
void GPU::ClearCdmaInstance() {
cdma_pusher.reset();
LOG_INFO(Service_NVDRV, "NVDEC video stream ended");
}
void GPU::SwapBuffers(const Tegra::FramebufferConfig* framebuffer) {