diff options
| author | 2013-09-18 23:52:51 -0400 | |
|---|---|---|
| committer | 2013-09-18 23:52:51 -0400 | |
| commit | 030c836793c72f3a3c4b6847d04b1a59d5c07be8 (patch) | |
| tree | 762597280e86e874399273602959c772b55eda65 /src/core/core.vcxproj | |
| parent | added swap types to common (diff) | |
| download | yuzu-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.vcxproj | 1 |
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" /> |