Skip to content

Commit c957772

Browse files
authored
Add dxgi to the proxy export list (#103)
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.
1 parent 4a35613 commit c957772

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/windows/proxy/proxylist.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,9 @@ WinHttpWebSocketReceive
7979
WinHttpWebSocketSend
8080
WinHttpWebSocketShutdown
8181
WinHttpWriteData
82-
WinHttpWriteProxySettings
82+
WinHttpWriteProxySettings
83+
CreateDXGIFactory
84+
CreateDXGIFactory1
85+
CreateDXGIFactory2
86+
DXGIDeclareAdapterRemovalSupport
87+
DXGIGetDebugInterface1

0 commit comments

Comments
 (0)