diff options
Diffstat (limited to 'src/core/core.vcxproj')
| -rw-r--r-- | src/core/core.vcxproj | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj index 89795ce63..10ecca596 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj | |||
| @@ -153,7 +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\hle_syscall.cpp" /> | 156 | <ClCompile Include="hle\syscall.cpp" /> |
| 157 | <ClCompile Include="hw\hw.cpp" /> | 157 | <ClCompile Include="hw\hw.cpp" /> |
| 158 | <ClCompile Include="hw\hw_lcd.cpp" /> | 158 | <ClCompile Include="hw\hw_lcd.cpp" /> |
| 159 | <ClCompile Include="loader.cpp" /> | 159 | <ClCompile Include="loader.cpp" /> |
| @@ -186,7 +186,8 @@ | |||
| 186 | <ClInclude Include="file_sys\meta_file_system.h" /> | 186 | <ClInclude Include="file_sys\meta_file_system.h" /> |
| 187 | <ClInclude Include="hle\function_wrappers.h" /> | 187 | <ClInclude Include="hle\function_wrappers.h" /> |
| 188 | <ClInclude Include="hle\hle.h" /> | 188 | <ClInclude Include="hle\hle.h" /> |
| 189 | <ClInclude Include="hle\hle_syscall.h" /> | 189 | <ClInclude Include="hle\service\service.h" /> |
| 190 | <ClInclude Include="hle\syscall.h" /> | ||
| 190 | <ClInclude Include="hw\hw.h" /> | 191 | <ClInclude Include="hw\hw.h" /> |
| 191 | <ClInclude Include="hw\hw_lcd.h" /> | 192 | <ClInclude Include="hw\hw_lcd.h" /> |
| 192 | <ClInclude Include="loader.h" /> | 193 | <ClInclude Include="loader.h" /> |