Update ClientStructs to the .NET 7 version

This commit is contained in:
aers 2023-01-08 18:01:45 -08:00
parent 2849613d79
commit 8505b8c7ef
3 changed files with 4 additions and 4 deletions

View file

@ -68,8 +68,8 @@ internal static class ServiceManager
using (Timings.Start("CS Resolver Init"))
{
FFXIVClientStructs.Resolver.InitializeParallel(
new FileInfo(Path.Combine(cacheDir.FullName, $"{startInfo.GameVersion}_cs.json")));
FFXIVClientStructs.Interop.Resolver.GetInstance.SetupSearchSpace(Service<SigScanner>.Get().SearchBase, new FileInfo(Path.Combine(cacheDir.FullName, $"{startInfo.GameVersion}_cs.json")));
FFXIVClientStructs.Interop.Resolver.GetInstance.Resolve();
}
}