mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
fix: update Iced in Injector, fix build
This commit is contained in:
parent
8d9070a1b3
commit
8c066451ec
6 changed files with 44 additions and 54 deletions
|
|
@ -731,7 +731,7 @@ namespace Dalamud.Injector
|
|||
using var startInfoBuffer = new MemoryBufferHelper(process).CreatePrivateMemoryBuffer(startInfoBytes.Length + 0x8);
|
||||
var startInfoAddress = startInfoBuffer.Add(startInfoBytes);
|
||||
|
||||
if (startInfoAddress == IntPtr.Zero)
|
||||
if (startInfoAddress == 0)
|
||||
throw new Exception("Unable to allocate start info JSON");
|
||||
|
||||
injector.GetFunctionAddress(bootModule, "Initialize", out var initAddress);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue