mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Merge branch 'master' of ssh://github.com/goatcorp/Dalamud
This commit is contained in:
commit
3909bbc104
1 changed files with 2 additions and 0 deletions
|
|
@ -198,7 +198,9 @@ namespace Dalamud.Interface.Internal
|
|||
var rtssModule = NativeFunctions.GetModuleHandleW("RTSSHooks64.dll");
|
||||
var installAddr = NativeFunctions.GetProcAddress(rtssModule, "InstallRTSSHook");
|
||||
|
||||
Log.Debug("Installing RTSS hook");
|
||||
Marshal.GetDelegateForFunctionPointer<InstallRTSSHook>(installAddr).Invoke();
|
||||
Log.Debug("RTSS hook OK!");
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue