提交 d4a99e06 编写于 作者: J jp9000

win-capture: Output hook debug messages if addresses missing

上级 926b9c5f
......@@ -315,6 +315,7 @@ static inline bool attempt_hook(void)
if (!d3d9_hooked) {
if (!d3d9_hookable()) {
DbgOut("no D3D9 hook address found!\n");
d3d9_hooked = true;
} else {
d3d9_hooked = hook_d3d9();
......@@ -326,6 +327,7 @@ static inline bool attempt_hook(void)
if (!dxgi_hooked) {
if (!dxgi_hookable()) {
DbgOut("no DXGI hook address found!\n");
dxgi_hooked = true;
} else {
dxgi_hooked = hook_dxgi();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册