rebase, fix name shadowing, more const

This commit is contained in:
ameerj 2021-01-07 15:56:15 -05:00
parent 3c37d66c28
commit b675c44e49
4 changed files with 10 additions and 11 deletions

View file

@ -493,8 +493,7 @@ void GPU::PushCommandBuffer(Tegra::ChCommandHeaderList& entries) {
// TODO(ameerj): RE proper async nvdec operation
// gpu_thread.SubmitCommandBuffer(std::move(entries));
cdma_pusher->Push(std::move(entries));
cdma_pusher->DispatchCalls();
cdma_pusher->ProcessEntries(std::move(entries));
}
void GPU::SwapBuffers(const Tegra::FramebufferConfig* framebuffer) {