| 2032 | } |
| 2033 | |
| 2034 | void CaptureContext::ClearReplayCache() |
| 2035 | { |
| 2036 | m_CustomNameCachedID++; |
| 2037 | |
| 2038 | Replay().AsyncInvoke([](IReplayController *r) { r->ClearReplayCache(); }); |
| 2039 | } |
| 2040 | |
| 2041 | bool CaptureContext::OpenRGPProfile(const rdcstr &filename) |
| 2042 | { |
nothing calls this directly
no test coverage detected