summaryrefslogtreecommitdiffstats
path: root/src/core/core.vcxproj
diff options
context:
space:
mode:
authorShizZy <shizzy@6bit.net>2013-09-06 00:33:46 +0200
committerShizZy <shizzy@6bit.net>2013-09-06 00:33:46 +0200
commitd708e2d68a53524ea40e86ebd6157adbdb5b8712 (patch)
tree72cc34d42cdd50667ed6cf79e2a5ae5a28df04a7 /src/core/core.vcxproj
parentadded ipch/ folder (MSVS generated) to .gitignore (diff)
downloadyuzu-d708e2d68a53524ea40e86ebd6157adbdb5b8712.tar
yuzu-d708e2d68a53524ea40e86ebd6157adbdb5b8712.tar.gz
yuzu-d708e2d68a53524ea40e86ebd6157adbdb5b8712.tar.bz2
yuzu-d708e2d68a53524ea40e86ebd6157adbdb5b8712.tar.lz
yuzu-d708e2d68a53524ea40e86ebd6157adbdb5b8712.tar.xz
yuzu-d708e2d68a53524ea40e86ebd6157adbdb5b8712.tar.zst
yuzu-d708e2d68a53524ea40e86ebd6157adbdb5b8712.zip
Diffstat (limited to 'src/core/core.vcxproj')
-rw-r--r--src/core/core.vcxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj
index b413beba9..cd167af47 100644
--- a/src/core/core.vcxproj
+++ b/src/core/core.vcxproj
@@ -183,9 +183,12 @@
<ItemGroup>
<ClCompile Include="src\arm\disassembler\arm_disasm.cpp" />
<ClCompile Include="src\core.cpp" />
+ <ClCompile Include="src\mem_map.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\arm\disassembler\arm_disasm.h" />
+ <ClInclude Include="src\core.h" />
+ <ClInclude Include="src\mem_map.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">