From 3c265596a975b0b48d33a53178ca46665f86a621 Mon Sep 17 00:00:00 2001 From: Nemirtingas Date: Tue, 27 Aug 2019 19:21:32 +0200 Subject: [PATCH] Removed DX12 until further notice. --- overlay_experimental/Renderer_Detector.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/overlay_experimental/Renderer_Detector.cpp b/overlay_experimental/Renderer_Detector.cpp index 3de8478..2d28f46 100644 --- a/overlay_experimental/Renderer_Detector.cpp +++ b/overlay_experimental/Renderer_Detector.cpp @@ -103,11 +103,11 @@ HRESULT STDMETHODCALLTYPE Renderer_Detector::MyIDXGISwapChain_Present(IDXGISwapC } else { - _this->GetDevice(IID_PPV_ARGS(reinterpret_cast(&pDevice))); - if (pDevice) - { - DX12_Hook::Inst()->start_hook(); - } + //_this->GetDevice(IID_PPV_ARGS(reinterpret_cast(&pDevice))); + //if (pDevice) + //{ + // DX12_Hook::Inst()->start_hook(); + //} } } if (pDevice) pDevice->Release();