mirror of
https://github.com/gwdevhub/gMod.git
synced 2026-07-24 03:56:34 +00:00
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.
This commit is contained in:
@@ -98,6 +98,8 @@ enum
|
||||
ID_Menu_SetDefaultTemplate,
|
||||
ID_Add_Game,
|
||||
ID_Delete_Game,
|
||||
ID_Add_Device,
|
||||
ID_Delete_Device,
|
||||
ID_Button_Texture, //this entry must be the last!!
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user