From 12ff12ebf1c77078a6c38fe5e2b759858281a571 Mon Sep 17 00:00:00 2001 From: HetCreep Date: Mon, 22 Jun 2026 22:08:56 +0700 Subject: [PATCH] Add dxgi to the proxy export list Forward the five dxgi.dll exports (CreateDXGIFactory/1/2, DXGIDeclareAdapterRemovalSupport, DXGIGetDebugInterface1) so the doorstop proxy can stand in as dxgi.dll -- the proxy host some titles load instead of winhttp/version. Same mechanism as the existing version/winhttp lists. --- src/windows/proxy/proxylist.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/windows/proxy/proxylist.txt b/src/windows/proxy/proxylist.txt index f9eb070..8f8d52e 100644 --- a/src/windows/proxy/proxylist.txt +++ b/src/windows/proxy/proxylist.txt @@ -79,4 +79,9 @@ WinHttpWebSocketReceive WinHttpWebSocketSend WinHttpWebSocketShutdown WinHttpWriteData -WinHttpWriteProxySettings \ No newline at end of file +WinHttpWriteProxySettings +CreateDXGIFactory +CreateDXGIFactory1 +CreateDXGIFactory2 +DXGIDeclareAdapterRemovalSupport +DXGIGetDebugInterface1