Switch to sp::MacroAssembler instead of AsmJit

This commit is contained in:
Peace-Maker
2016-12-12 22:18:43 -07:00
parent 63ccb7448f
commit 764b325a1e
56 changed files with 135 additions and 53483 deletions
+2 -1
View File
@@ -185,7 +185,8 @@ native Handle DHookCreate(int offset, HookType hooktype, ReturnType returntype,
native Handle DHookCreateDetour(Address funcaddr, CallingConvention callConv, ReturnType returntype, ThisPointerType thistype);
native bool DHookSetFromConf(Handle setup, Handle gameconf, SDKFuncConfSource source, const char[] name);
native bool:DHookEnableDetour(Handle:setup, bool:post, DHookCallback callback);
native bool DHookEnableDetour(Handle setup, bool post, DHookCallback callback);
native bool DHookDisableDetour(Handle setup, bool post, DHookCallback callback);
/* Adds param to a hook setup
*