diff options
| author | 2013-09-04 23:00:12 -0400 | |
|---|---|---|
| committer | 2013-09-04 23:00:12 -0400 | |
| commit | b5c78f8a20b57331c7bb5dc14d18d018c52e6ad9 (patch) | |
| tree | 23801dbbcca30fe301d160f04a55577c3bbe8164 /src/core/core.vcxproj | |
| parent | added 'bin' folder to .gitignore (diff) | |
| download | yuzu-b5c78f8a20b57331c7bb5dc14d18d018c52e6ad9.tar.gz yuzu-b5c78f8a20b57331c7bb5dc14d18d018c52e6ad9.tar.xz yuzu-b5c78f8a20b57331c7bb5dc14d18d018c52e6ad9.zip | |
added an ARM disassembler from the android project
Diffstat (limited to 'src/core/core.vcxproj')
| -rw-r--r-- | src/core/core.vcxproj | 4 |
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 @@ | |||
| 181 | </ProjectReference> | 181 | </ProjectReference> |
| 182 | </ItemGroup> | 182 | </ItemGroup> |
| 183 | <ItemGroup> | 183 | <ItemGroup> |
| 184 | <ClCompile Include="src\arm\disassembler\arm_disasm.cpp" /> | ||
| 184 | <ClCompile Include="src\core.cpp" /> | 185 | <ClCompile Include="src\core.cpp" /> |
| 185 | </ItemGroup> | 186 | </ItemGroup> |
| 187 | <ItemGroup> | ||
| 188 | <ClInclude Include="src\arm\disassembler\arm_disasm.h" /> | ||
| 189 | </ItemGroup> | ||
| 186 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 190 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 187 | <ImportGroup Label="ExtensionTargets"> | 191 | <ImportGroup Label="ExtensionTargets"> |
| 188 | </ImportGroup> | 192 | </ImportGroup> |