diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-11-12 14:16:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-12 14:16:38 +0000 |
commit | ab5db7fde23ef6cd87fa8a7e07973179a80e02d4 (patch) | |
tree | 7788d66c7cb77398f3efece82d716db738a4b3a1 /NorthstarDLL/NorthstarDLL.vcxproj | |
parent | a02ccdddde4495504fe11d593f3ed3fcefc00a0f (diff) | |
download | NorthstarLauncher-ab5db7fde23ef6cd87fa8a7e07973179a80e02d4.tar.gz NorthstarLauncher-ab5db7fde23ef6cd87fa8a7e07973179a80e02d4.zip |
allow vmts do be loaded from disk (#292)
Diffstat (limited to 'NorthstarDLL/NorthstarDLL.vcxproj')
-rw-r--r-- | NorthstarDLL/NorthstarDLL.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDLL/NorthstarDLL.vcxproj b/NorthstarDLL/NorthstarDLL.vcxproj index d39fd68b..90dced09 100644 --- a/NorthstarDLL/NorthstarDLL.vcxproj +++ b/NorthstarDLL/NorthstarDLL.vcxproj @@ -572,6 +572,7 @@ <ClCompile Include="clientruihooks.cpp" />
<ClCompile Include="clientvideooverrides.cpp" />
<ClCompile Include="concommand.cpp" />
+ <ClCompile Include="diskvmtfixes.cpp" />
<ClCompile Include="exploitfixes_lzss.cpp" />
<ClCompile Include="keyvalues.cpp" />
<ClCompile Include="limits.cpp" />
|