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 931345441..caf827be4 100644
--- a/src/core/core.vcxproj
+++ b/src/core/core.vcxproj
@@ -155,6 +155,7 @@
155 <ClCompile Include="hle\hle.cpp" /> 155 <ClCompile Include="hle\hle.cpp" />
156 <ClCompile Include="hle\service\apt.cpp" /> 156 <ClCompile Include="hle\service\apt.cpp" />
157 <ClCompile Include="hle\service\gsp.cpp" /> 157 <ClCompile Include="hle\service\gsp.cpp" />
158 <ClCompile Include="hle\service\hid.cpp" />
158 <ClCompile Include="hle\service\service.cpp" /> 159 <ClCompile Include="hle\service\service.cpp" />
159 <ClCompile Include="hle\service\srv.cpp" /> 160 <ClCompile Include="hle\service\srv.cpp" />
160 <ClCompile Include="hle\syscall.cpp" /> 161 <ClCompile Include="hle\syscall.cpp" />
@@ -192,6 +193,7 @@
192 <ClInclude Include="hle\hle.h" /> 193 <ClInclude Include="hle\hle.h" />
193 <ClInclude Include="hle\service\apt.h" /> 194 <ClInclude Include="hle\service\apt.h" />
194 <ClInclude Include="hle\service\gsp.h" /> 195 <ClInclude Include="hle\service\gsp.h" />
196 <ClInclude Include="hle\service\hid.h" />
195 <ClInclude Include="hle\service\service.h" /> 197 <ClInclude Include="hle\service\service.h" />
196 <ClInclude Include="hle\service\srv.h" /> 198 <ClInclude Include="hle\service\srv.h" />
197 <ClInclude Include="hle\syscall.h" /> 199 <ClInclude Include="hle\syscall.h" />