cache: reimplemented auto-caching

Implemented a smarter auto-cache that's context sensitive. Caching will
automatically pause when playback begins or values are being changed and resume
when inactive.
This commit is contained in:
itsmattkc
2020-05-24 15:20:35 +10:00
parent a26a3cbf21
commit 89ae6e026f
19 changed files with 180 additions and 14 deletions
+4
View File
@@ -204,6 +204,10 @@ void RenderBackend::UpdateInstance(RenderWorker *instance)
void RenderBackend::Close()
{
video_pool_.threads.clear();
audio_pool_.threads.clear();
hash_pool_.threads.clear();
CancelQueue();
video_pool_.Destroy();