mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-03 14:23:43 +01:00
Some updates.
This commit is contained in:
parent
c2e74ed382
commit
221b18751d
121 changed files with 338 additions and 328 deletions
|
|
@ -4,8 +4,8 @@ namespace Penumbra.Interop.Structs;
|
|||
public unsafe struct ClipScheduler
|
||||
{
|
||||
[FieldOffset(0)]
|
||||
public IntPtr* VTable;
|
||||
public nint* VTable;
|
||||
|
||||
[FieldOffset(0x38)]
|
||||
public IntPtr SchedulerTimeline;
|
||||
public nint SchedulerTimeline;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue