Moved all GameFiles to CodeWalker.Core

This commit is contained in:
dexyfex
2018-02-25 00:59:00 +11:00
Unverified
parent 375db771ee
commit cbd242b8cc
86 changed files with 1194 additions and 1085 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ namespace CodeWalker
Task.Run(() =>
{
GTA5Keys.LoadFromPath(GTAFolder.CurrentGTAFolder, Settings.Default.Key);
GameFileCache gfc = new GameFileCache();
GameFileCache gfc = GameFileCacheFactory.Create();
gfc.DoFullStringIndex = true;
gfc.Init(UpdateStatus, UpdateStatus);
IndexBuildComplete();