mirror of
https://github.com/gwdevhub/gMod.git
synced 2026-07-21 09:59:31 +00:00
56844968e4
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.
13 lines
251 B
Modula-2
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 |