mirror of
https://github.com/gwdevhub/gMod.git
synced 2026-07-21 09:59:31 +00:00
Added class for Detour. It also detours the LoadLibrary function and thus has no problems if the game unloads the DX library and load it back again later.
Added some debug comments if logging mode is enabled.
This commit is contained in:
@@ -140,7 +140,7 @@ enum
|
||||
|
||||
#define ABORT_SERVER L"uMod_Abort_Server"
|
||||
#define uMod_d3d9_Hook_dll L"uMod_d3d9_HI.dll"
|
||||
#define uMod_d3d9_DI_dll L"uMod_d3d9_DI.dll"
|
||||
#define uMod_d3d9_DI_dll L"uMod_d3d9_10_DI.dll"
|
||||
|
||||
#include "uMod_Settings.h"
|
||||
#include "uMod_ModElement.h"
|
||||
|
||||
Reference in New Issue
Block a user