summaryrefslogtreecommitdiff
path: root/src/core/core.vcxproj
diff options
context:
space:
mode:
authorGravatar ShizZy2013-09-18 23:52:51 -0400
committerGravatar ShizZy2013-09-18 23:52:51 -0400
commit030c836793c72f3a3c4b6847d04b1a59d5c07be8 (patch)
tree762597280e86e874399273602959c772b55eda65 /src/core/core.vcxproj
parentadded swap types to common (diff)
downloadyuzu-030c836793c72f3a3c4b6847d04b1a59d5c07be8.tar.gz
yuzu-030c836793c72f3a3c4b6847d04b1a59d5c07be8.tar.xz
yuzu-030c836793c72f3a3c4b6847d04b1a59d5c07be8.zip
added hw R/W/ memory functions
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 @@
138 <ClCompile Include="src\arm\disassembler\arm_disasm.cpp" /> 138 <ClCompile Include="src\arm\disassembler\arm_disasm.cpp" />
139 <ClCompile Include="src\core.cpp" /> 139 <ClCompile Include="src\core.cpp" />
140 <ClCompile Include="src\mem_map.cpp" /> 140 <ClCompile Include="src\mem_map.cpp" />
141 <ClCompile Include="src\mem_map_funcs.cpp" />
141 </ItemGroup> 142 </ItemGroup>
142 <ItemGroup> 143 <ItemGroup>
143 <ClInclude Include="src\arm\armcpu.h" /> 144 <ClInclude Include="src\arm\armcpu.h" />