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.vcxproj10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj
index 41af5801d..f271d336e 100644
--- a/src/core/core.vcxproj
+++ b/src/core/core.vcxproj
@@ -168,12 +168,15 @@
168 <ClCompile Include="hle\config_mem.cpp" /> 168 <ClCompile Include="hle\config_mem.cpp" />
169 <ClCompile Include="hle\coprocessor.cpp" /> 169 <ClCompile Include="hle\coprocessor.cpp" />
170 <ClCompile Include="hle\hle.cpp" /> 170 <ClCompile Include="hle\hle.cpp" />
171 <ClCompile Include="hle\kernel\kernel.cpp" />
172 <ClCompile Include="hle\kernel\mutex.cpp" />
173 <ClCompile Include="hle\kernel\thread.cpp" />
171 <ClCompile Include="hle\service\apt.cpp" /> 174 <ClCompile Include="hle\service\apt.cpp" />
172 <ClCompile Include="hle\service\gsp.cpp" /> 175 <ClCompile Include="hle\service\gsp.cpp" />
173 <ClCompile Include="hle\service\hid.cpp" /> 176 <ClCompile Include="hle\service\hid.cpp" />
174 <ClCompile Include="hle\service\service.cpp" /> 177 <ClCompile Include="hle\service\service.cpp" />
175 <ClCompile Include="hle\service\srv.cpp" /> 178 <ClCompile Include="hle\service\srv.cpp" />
176 <ClCompile Include="hle\syscall.cpp" /> 179 <ClCompile Include="hle\svc.cpp" />
177 <ClCompile Include="hw\hw.cpp" /> 180 <ClCompile Include="hw\hw.cpp" />
178 <ClCompile Include="hw\lcd.cpp" /> 181 <ClCompile Include="hw\lcd.cpp" />
179 <ClCompile Include="hw\ndma.cpp" /> 182 <ClCompile Include="hw\ndma.cpp" />
@@ -214,12 +217,15 @@
214 <ClInclude Include="hle\coprocessor.h" /> 217 <ClInclude Include="hle\coprocessor.h" />
215 <ClInclude Include="hle\function_wrappers.h" /> 218 <ClInclude Include="hle\function_wrappers.h" />
216 <ClInclude Include="hle\hle.h" /> 219 <ClInclude Include="hle\hle.h" />
220 <ClInclude Include="hle\kernel\kernel.h" />
221 <ClInclude Include="hle\kernel\mutex.h" />
222 <ClInclude Include="hle\kernel\thread.h" />
217 <ClInclude Include="hle\service\apt.h" /> 223 <ClInclude Include="hle\service\apt.h" />
218 <ClInclude Include="hle\service\gsp.h" /> 224 <ClInclude Include="hle\service\gsp.h" />
219 <ClInclude Include="hle\service\hid.h" /> 225 <ClInclude Include="hle\service\hid.h" />
220 <ClInclude Include="hle\service\service.h" /> 226 <ClInclude Include="hle\service\service.h" />
221 <ClInclude Include="hle\service\srv.h" /> 227 <ClInclude Include="hle\service\srv.h" />
222 <ClInclude Include="hle\syscall.h" /> 228 <ClInclude Include="hle\svc.h" />
223 <ClInclude Include="hw\hw.h" /> 229 <ClInclude Include="hw\hw.h" />
224 <ClInclude Include="hw\lcd.h" /> 230 <ClInclude Include="hw\lcd.h" />
225 <ClInclude Include="hw\ndma.h" /> 231 <ClInclude Include="hw\ndma.h" />