Rework Nvdec and VIC to fix out-of-order videos, and speed up decoding.

This commit is contained in:
Kelebek1 2023-11-23 13:19:23 +00:00
parent c9ef2e26ca
commit 7464cae24b
43 changed files with 12431 additions and 1238 deletions

View file

@ -12,6 +12,7 @@
#include "video_core/dma_pusher.h"
#include "video_core/gpu.h"
#include "video_core/gpu_thread.h"
#include "video_core/host1x/host1x.h"
#include "video_core/renderer_base.h"
namespace VideoCommon::GPUThread {