diff options
| author | 2013-09-26 22:01:09 -0400 | |
|---|---|---|
| committer | 2013-09-26 22:01:09 -0400 | |
| commit | c71868a6b192f6893f41afe415a2b11ba0edb403 (patch) | |
| tree | f93e2314683b8bdbf2be22dfd1f231a02caede23 /src/core/core.vcxproj | |
| parent | renamed from citrus to citra (diff) | |
| download | yuzu-c71868a6b192f6893f41afe415a2b11ba0edb403.tar.gz yuzu-c71868a6b192f6893f41afe415a2b11ba0edb403.tar.xz yuzu-c71868a6b192f6893f41afe415a2b11ba0edb403.zip | |
added system.h to project
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 c771f2e2d..90d0628f2 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj | |||
| @@ -163,6 +163,7 @@ | |||
| 163 | <ClInclude Include="src\file_sys\meta_file_system.h" /> | 163 | <ClInclude Include="src\file_sys\meta_file_system.h" /> |
| 164 | <ClInclude Include="src\loader.h" /> | 164 | <ClInclude Include="src\loader.h" /> |
| 165 | <ClInclude Include="src\mem_map.h" /> | 165 | <ClInclude Include="src\mem_map.h" /> |
| 166 | <ClInclude Include="src\system.h" /> | ||
| 166 | </ItemGroup> | 167 | </ItemGroup> |
| 167 | <ItemGroup> | 168 | <ItemGroup> |
| 168 | <None Include="CMakeLists.txt" /> | 169 | <None Include="CMakeLists.txt" /> |