Merge branch 'master' of ssh://github.com/goatcorp/Dalamud

This commit is contained in:
goaaats 2022-02-02 21:37:57 +01:00
commit 3909bbc104
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -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)