summaryrefslogtreecommitdiff
path: root/src/core/core.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.vcxproj')
-rw-r--r--src/core/core.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj
index b6fc604c6..be8448969 100644
--- a/src/core/core.vcxproj
+++ b/src/core/core.vcxproj
@@ -153,6 +153,7 @@
153 <ClCompile Include="file_sys\directory_file_system.cpp" /> 153 <ClCompile Include="file_sys\directory_file_system.cpp" />
154 <ClCompile Include="file_sys\meta_file_system.cpp" /> 154 <ClCompile Include="file_sys\meta_file_system.cpp" />
155 <ClCompile Include="hle\hle.cpp" /> 155 <ClCompile Include="hle\hle.cpp" />
156 <ClCompile Include="hle\mrc.cpp" />
156 <ClCompile Include="hle\service\apt.cpp" /> 157 <ClCompile Include="hle\service\apt.cpp" />
157 <ClCompile Include="hle\service\gsp.cpp" /> 158 <ClCompile Include="hle\service\gsp.cpp" />
158 <ClCompile Include="hle\service\hid.cpp" /> 159 <ClCompile Include="hle\service\hid.cpp" />
@@ -192,6 +193,7 @@
192 <ClInclude Include="file_sys\meta_file_system.h" /> 193 <ClInclude Include="file_sys\meta_file_system.h" />
193 <ClInclude Include="hle\function_wrappers.h" /> 194 <ClInclude Include="hle\function_wrappers.h" />
194 <ClInclude Include="hle\hle.h" /> 195 <ClInclude Include="hle\hle.h" />
196 <ClInclude Include="hle\mrc.h" />
195 <ClInclude Include="hle\service\apt.h" /> 197 <ClInclude Include="hle\service\apt.h" />
196 <ClInclude Include="hle\service\gsp.h" /> 198 <ClInclude Include="hle\service\gsp.h" />
197 <ClInclude Include="hle\service\hid.h" /> 199 <ClInclude Include="hle\service\hid.h" />