summaryrefslogtreecommitdiffstats
path: root/src/core/core.vcxproj
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-05-16 06:23:36 +0200
committerbunnei <ericbunnie@gmail.com>2014-05-16 06:23:36 +0200
commitad49d481a8f3e53f18eb105a3add80a9546d1879 (patch)
treecbe741794441309cd01ac50bb20237da125a4c59 /src/core/core.vcxproj
parentadded missing skyeye mmu code (diff)
downloadyuzu-ad49d481a8f3e53f18eb105a3add80a9546d1879.tar
yuzu-ad49d481a8f3e53f18eb105a3add80a9546d1879.tar.gz
yuzu-ad49d481a8f3e53f18eb105a3add80a9546d1879.tar.bz2
yuzu-ad49d481a8f3e53f18eb105a3add80a9546d1879.tar.lz
yuzu-ad49d481a8f3e53f18eb105a3add80a9546d1879.tar.xz
yuzu-ad49d481a8f3e53f18eb105a3add80a9546d1879.tar.zst
yuzu-ad49d481a8f3e53f18eb105a3add80a9546d1879.zip
Diffstat (limited to 'src/core/core.vcxproj')
-rw-r--r--src/core/core.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj
index 02d0387af..9d8b0ddcf 100644
--- a/src/core/core.vcxproj
+++ b/src/core/core.vcxproj
@@ -139,6 +139,7 @@
<ItemGroup>
<ClCompile Include="arm\disassembler\arm_disasm.cpp" />
<ClCompile Include="arm\disassembler\load_symbol_map.cpp" />
+ <ClCompile Include="arm\interpreter\armcopro.cpp" />
<ClCompile Include="arm\interpreter\armemu.cpp" />
<ClCompile Include="arm\interpreter\arminit.cpp" />
<ClCompile Include="arm\interpreter\armmmu.cpp" />