summaryrefslogtreecommitdiffstats
path: root/src/core/core.vcxproj
diff options
context:
space:
mode:
authorShizZy <shizzy@6bit.net>2013-09-19 05:52:51 +0200
committerShizZy <shizzy@6bit.net>2013-09-19 05:52:51 +0200
commit030c836793c72f3a3c4b6847d04b1a59d5c07be8 (patch)
tree762597280e86e874399273602959c772b55eda65 /src/core/core.vcxproj
parentadded swap types to common (diff)
downloadyuzu-030c836793c72f3a3c4b6847d04b1a59d5c07be8.tar
yuzu-030c836793c72f3a3c4b6847d04b1a59d5c07be8.tar.gz
yuzu-030c836793c72f3a3c4b6847d04b1a59d5c07be8.tar.bz2
yuzu-030c836793c72f3a3c4b6847d04b1a59d5c07be8.tar.lz
yuzu-030c836793c72f3a3c4b6847d04b1a59d5c07be8.tar.xz
yuzu-030c836793c72f3a3c4b6847d04b1a59d5c07be8.tar.zst
yuzu-030c836793c72f3a3c4b6847d04b1a59d5c07be8.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 147cfc66d..081f4a489 100644
--- a/src/core/core.vcxproj
+++ b/src/core/core.vcxproj
@@ -138,6 +138,7 @@
<ClCompile Include="src\arm\disassembler\arm_disasm.cpp" />
<ClCompile Include="src\core.cpp" />
<ClCompile Include="src\mem_map.cpp" />
+ <ClCompile Include="src\mem_map_funcs.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\arm\armcpu.h" />