diff options
| author | 2014-05-20 18:28:38 -0400 | |
|---|---|---|
| committer | 2014-05-20 18:28:38 -0400 | |
| commit | 143bba20453036f0a4bcc74dad10d99605a84732 (patch) | |
| tree | e4ed8a6f74eb6533625b3196e23056a5fc529c4f /src/core/core.vcxproj | |
| parent | thread: whitespace change - fixed * and & placement (diff) | |
| download | yuzu-143bba20453036f0a4bcc74dad10d99605a84732.tar.gz yuzu-143bba20453036f0a4bcc74dad10d99605a84732.tar.xz yuzu-143bba20453036f0a4bcc74dad10d99605a84732.zip | |
renamed "syscall" module to "svc" (more accurate naming)
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 f077154ee..6eb58a636 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj | |||
| @@ -175,7 +175,7 @@ | |||
| 175 | <ClCompile Include="hle\service\hid.cpp" /> | 175 | <ClCompile Include="hle\service\hid.cpp" /> |
| 176 | <ClCompile Include="hle\service\service.cpp" /> | 176 | <ClCompile Include="hle\service\service.cpp" /> |
| 177 | <ClCompile Include="hle\service\srv.cpp" /> | 177 | <ClCompile Include="hle\service\srv.cpp" /> |
| 178 | <ClCompile Include="hle\syscall.cpp" /> | 178 | <ClCompile Include="hle\svc.cpp" /> |
| 179 | <ClCompile Include="hw\hw.cpp" /> | 179 | <ClCompile Include="hw\hw.cpp" /> |
| 180 | <ClCompile Include="hw\lcd.cpp" /> | 180 | <ClCompile Include="hw\lcd.cpp" /> |
| 181 | <ClCompile Include="hw\ndma.cpp" /> | 181 | <ClCompile Include="hw\ndma.cpp" /> |
| @@ -223,7 +223,7 @@ | |||
| 223 | <ClInclude Include="hle\service\hid.h" /> | 223 | <ClInclude Include="hle\service\hid.h" /> |
| 224 | <ClInclude Include="hle\service\service.h" /> | 224 | <ClInclude Include="hle\service\service.h" /> |
| 225 | <ClInclude Include="hle\service\srv.h" /> | 225 | <ClInclude Include="hle\service\srv.h" /> |
| 226 | <ClInclude Include="hle\syscall.h" /> | 226 | <ClInclude Include="hle\svc.h" /> |
| 227 | <ClInclude Include="hw\hw.h" /> | 227 | <ClInclude Include="hw\hw.h" /> |
| 228 | <ClInclude Include="hw\lcd.h" /> | 228 | <ClInclude Include="hw\lcd.h" /> |
| 229 | <ClInclude Include="hw\ndma.h" /> | 229 | <ClInclude Include="hw\ndma.h" /> |