Files
gMod/uMod_DXMain/uMod_DX9_dll_NO_INJECTION.def
code@koerner-de.net 56844968e4 Separated DirectX content from:
1) dll entry functions
2) Server (inside the dll)
3) Server-Client interface.

uMod now detects if a DirectX device was created and is under "control" of uMod (a counter is shown after the game name). Thus if the injection did not work properly, uMod wont show a DX9 or DX9EX count.
2012-03-22 20:35:16 +00:00

13 lines
251 B
Modula-2

LIBRARY "d3d9"
EXPORTS
Direct3DCreate9 @1
Direct3DCreate9Ex @2
D3DPERF_BeginEvent @3
D3DPERF_EndEvent @4
D3DPERF_SetMarker @5
D3DPERF_SetRegion @6
D3DPERF_QueryRepeatFrame @7
D3DPERF_SetOptions @8
D3DPERF_GetStatus @9