mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 13:14:17 +01:00
Fix signature and CS changes.
This commit is contained in:
parent
889fc101a8
commit
9ccbe10642
4 changed files with 5 additions and 3 deletions
|
|
@ -106,10 +106,10 @@ public unsafe partial class ResourceLoader : IDisposable
|
|||
{
|
||||
SignatureHelper.Initialise( this );
|
||||
_decRefHook = Hook< ResourceHandleDecRef >.FromAddress(
|
||||
( IntPtr )FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceHandle.fpDecRef,
|
||||
( IntPtr )FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceHandle.MemberFunctionPointers.DecRef,
|
||||
ResourceHandleDecRefDetour );
|
||||
_incRefHook = Hook< ResourceHandleDestructor >.FromAddress(
|
||||
( IntPtr )FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceHandle.fpIncRef, ResourceHandleIncRefDetour );
|
||||
( IntPtr )FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceHandle.MemberFunctionPointers.IncRef, ResourceHandleIncRefDetour );
|
||||
}
|
||||
|
||||
// Event fired whenever a resource is requested.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue