浏览代码

Write unhollower xref DB to unhollowed folder

ghorsington 3 年之前
父节点
当前提交
30293c963b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      BepInEx.IL2CPP/IL2CPPChainloader.cs

+ 1 - 1
BepInEx.IL2CPP/IL2CPPChainloader.cs

@@ -33,9 +33,9 @@ namespace BepInEx.IL2CPP
 
 		private static IL2CPPChainloader Instance { get; set; }
 
-
 		public override unsafe void Initialize(string gameExePath = null)
 		{
+			UnhollowerBaseLib.GeneratedDatabasesUtil.DatabasesLocationOverride = Preloader.IL2CPPUnhollowedPath;
 			PatchManager.ResolvePatcher += IL2CPPDetourMethodPatcher.TryResolve;
 
 			base.Initialize(gameExePath);