Add python function to clear replay cache

This commit is contained in:
baldurk
2025-02-21 14:19:12 +00:00
parent e59c0494a5
commit 31d29fcea1
23 changed files with 110 additions and 11 deletions
+7
View File
@@ -2005,6 +2005,13 @@ void CaptureContext::LoadEdits(const QString &data)
}
}
void CaptureContext::ClearReplayCache()
{
m_CustomNameCachedID++;
Replay().AsyncInvoke([](IReplayController *r) { r->ClearReplayCache(); });
}
bool CaptureContext::OpenRGPProfile(const rdcstr &filename)
{
delete m_RGP;