libobs-d3d11: Better error message for missing D3DCompiler

上级 31c67d83
......@@ -196,7 +196,9 @@ void gs_device::InitCompiler()
ver--;
}
throw "Could not find any D3DCompiler libraries";
throw "Could not find any D3DCompiler libraries. Make sure you've "
"installed the <a href=\"https://obsproject.com/go/dxwebsetup\">"
"DirectX components</a> that OBS Studio requires.";
}
void gs_device::InitFactory(uint32_t adapterIdx)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册