rendermanager: reimplement clearing old decoders

This commit is contained in:
itsmattkc
2022-06-10 12:12:03 -07:00
parent 6391ef4a7f
commit 09a3ce39b9
2 changed files with 29 additions and 0 deletions
+5
View File
@@ -130,6 +130,11 @@ private:
ShaderCache* shader_cache_;
static constexpr auto kDecoderMaximumInactivity = 10000;
private slots:
void ClearOldDecoders();
};
}