diff options
Diffstat (limited to 'src/core/core.vcxproj')
| -rw-r--r-- | src/core/core.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj index b56661e48..59fc6f4fc 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj | |||
| @@ -156,6 +156,8 @@ | |||
| 156 | <ClCompile Include="hle\config_mem.cpp" /> | 156 | <ClCompile Include="hle\config_mem.cpp" /> |
| 157 | <ClCompile Include="hle\coprocessor.cpp" /> | 157 | <ClCompile Include="hle\coprocessor.cpp" /> |
| 158 | <ClCompile Include="hle\hle.cpp" /> | 158 | <ClCompile Include="hle\hle.cpp" /> |
| 159 | <ClCompile Include="hle\kernel\kernel.cpp" /> | ||
| 160 | <ClCompile Include="hle\kernel\thread.cpp" /> | ||
| 159 | <ClCompile Include="hle\service\apt.cpp" /> | 161 | <ClCompile Include="hle\service\apt.cpp" /> |
| 160 | <ClCompile Include="hle\service\gsp.cpp" /> | 162 | <ClCompile Include="hle\service\gsp.cpp" /> |
| 161 | <ClCompile Include="hle\service\hid.cpp" /> | 163 | <ClCompile Include="hle\service\hid.cpp" /> |
| @@ -198,6 +200,8 @@ | |||
| 198 | <ClInclude Include="hle\coprocessor.h" /> | 200 | <ClInclude Include="hle\coprocessor.h" /> |
| 199 | <ClInclude Include="hle\function_wrappers.h" /> | 201 | <ClInclude Include="hle\function_wrappers.h" /> |
| 200 | <ClInclude Include="hle\hle.h" /> | 202 | <ClInclude Include="hle\hle.h" /> |
| 203 | <ClInclude Include="hle\kernel\kernel.h" /> | ||
| 204 | <ClInclude Include="hle\kernel\thread.h" /> | ||
| 201 | <ClInclude Include="hle\service\apt.h" /> | 205 | <ClInclude Include="hle\service\apt.h" /> |
| 202 | <ClInclude Include="hle\service\gsp.h" /> | 206 | <ClInclude Include="hle\service\gsp.h" /> |
| 203 | <ClInclude Include="hle\service\hid.h" /> | 207 | <ClInclude Include="hle\service\hid.h" /> |