diff options
| author | 2014-04-17 23:48:23 -0400 | |
|---|---|---|
| committer | 2014-04-17 23:48:23 -0400 | |
| commit | 70c2cce963264678b5ba5b6aa17c2653bf459e61 (patch) | |
| tree | 0d3335e7dda2431260384a802c93dfda2d1ffc87 /src/core/core.vcxproj | |
| parent | added NDMA hardware interface (diff) | |
| download | yuzu-70c2cce963264678b5ba5b6aa17c2653bf459e61.tar.gz yuzu-70c2cce963264678b5ba5b6aa17c2653bf459e61.tar.xz yuzu-70c2cce963264678b5ba5b6aa17c2653bf459e61.zip | |
renamed hw_lcd module to just lcd
Diffstat (limited to 'src/core/core.vcxproj')
| -rw-r--r-- | src/core/core.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj index 80bd75eeb..b6fc604c6 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj | |||
| @@ -160,7 +160,7 @@ | |||
| 160 | <ClCompile Include="hle\service\srv.cpp" /> | 160 | <ClCompile Include="hle\service\srv.cpp" /> |
| 161 | <ClCompile Include="hle\syscall.cpp" /> | 161 | <ClCompile Include="hle\syscall.cpp" /> |
| 162 | <ClCompile Include="hw\hw.cpp" /> | 162 | <ClCompile Include="hw\hw.cpp" /> |
| 163 | <ClCompile Include="hw\hw_lcd.cpp" /> | 163 | <ClCompile Include="hw\lcd.cpp" /> |
| 164 | <ClCompile Include="hw\ndma.cpp" /> | 164 | <ClCompile Include="hw\ndma.cpp" /> |
| 165 | <ClCompile Include="loader.cpp" /> | 165 | <ClCompile Include="loader.cpp" /> |
| 166 | <ClCompile Include="mem_map.cpp" /> | 166 | <ClCompile Include="mem_map.cpp" /> |
| @@ -199,7 +199,7 @@ | |||
| 199 | <ClInclude Include="hle\service\srv.h" /> | 199 | <ClInclude Include="hle\service\srv.h" /> |
| 200 | <ClInclude Include="hle\syscall.h" /> | 200 | <ClInclude Include="hle\syscall.h" /> |
| 201 | <ClInclude Include="hw\hw.h" /> | 201 | <ClInclude Include="hw\hw.h" /> |
| 202 | <ClInclude Include="hw\hw_lcd.h" /> | 202 | <ClInclude Include="hw\lcd.h" /> |
| 203 | <ClInclude Include="hw\ndma.h" /> | 203 | <ClInclude Include="hw\ndma.h" /> |
| 204 | <ClInclude Include="loader.h" /> | 204 | <ClInclude Include="loader.h" /> |
| 205 | <ClInclude Include="mem_map.h" /> | 205 | <ClInclude Include="mem_map.h" /> |