summaryrefslogtreecommitdiffstats
path: root/src/core/core.vcxproj
diff options
context:
space:
mode:
authorShizZy <shizzy@6bit.net>2013-09-05 05:00:12 +0200
committerShizZy <shizzy@6bit.net>2013-09-05 05:00:12 +0200
commitb5c78f8a20b57331c7bb5dc14d18d018c52e6ad9 (patch)
tree23801dbbcca30fe301d160f04a55577c3bbe8164 /src/core/core.vcxproj
parentadded 'bin' folder to .gitignore (diff)
downloadyuzu-b5c78f8a20b57331c7bb5dc14d18d018c52e6ad9.tar
yuzu-b5c78f8a20b57331c7bb5dc14d18d018c52e6ad9.tar.gz
yuzu-b5c78f8a20b57331c7bb5dc14d18d018c52e6ad9.tar.bz2
yuzu-b5c78f8a20b57331c7bb5dc14d18d018c52e6ad9.tar.lz
yuzu-b5c78f8a20b57331c7bb5dc14d18d018c52e6ad9.tar.xz
yuzu-b5c78f8a20b57331c7bb5dc14d18d018c52e6ad9.tar.zst
yuzu-b5c78f8a20b57331c7bb5dc14d18d018c52e6ad9.zip
Diffstat (limited to 'src/core/core.vcxproj')
-rw-r--r--src/core/core.vcxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj
index 22fc96fe2..b413beba9 100644
--- a/src/core/core.vcxproj
+++ b/src/core/core.vcxproj
@@ -181,8 +181,12 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
+ <ClCompile Include="src\arm\disassembler\arm_disasm.cpp" />
<ClCompile Include="src\core.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="src\arm\disassembler\arm_disasm.h" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>