Browse Source

Corrected DXGI import

pull/400/head
Valentin Radu 4 years ago
parent
commit
68d1efbb71
  1. 2
      ExplorerPatcher/dxgi_imp.h

2
ExplorerPatcher/dxgi_imp.h

@ -79,7 +79,7 @@ __declspec(dllexport) HRESULT PIXEndCapture() @@ -79,7 +79,7 @@ __declspec(dllexport) HRESULT PIXEndCapture()
static HRESULT(*PIXGetCaptureStateFunc)();
__declspec(dllexport) HRESULT PIXGetCaptureState()
{
return PIXGetCaptureState();
return PIXGetCaptureStateFunc();
}
static HRESULT(*SetAppCompatStringPointerFunc)(SIZE_T, void*);
__declspec(dllexport) HRESULT SetAppCompatStringPointer(SIZE_T p1, void* p2)

Loading…
Cancel
Save