summaryrefslogtreecommitdiff
path: root/src/core/core.vcxproj
diff options
context:
space:
mode:
authorGravatar ShizZy2013-09-26 22:01:09 -0400
committerGravatar ShizZy2013-09-26 22:01:09 -0400
commitc71868a6b192f6893f41afe415a2b11ba0edb403 (patch)
treef93e2314683b8bdbf2be22dfd1f231a02caede23 /src/core/core.vcxproj
parentrenamed from citrus to citra (diff)
downloadyuzu-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.vcxproj1
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" />