Fix fakenvapi not providing XeLL context to Opti

This commit is contained in:
FakeMichau
2026-06-30 14:41:55 +02:00
parent 5b95e22cf6
commit d8f0c83b8e
+3
View File
@@ -220,6 +220,9 @@ bool fakenvapi::forceMode(IUnknown* device, LowLatencyMode mode)
{
LOG_FUNC();
// Force init here, in case Reflex is not supported
LowLatencyCtx::init();
auto lowLatencyCtx = LowLatencyCtx::get();
if (!lowLatencyCtx)