diff options
author | bunnei <ericbunnie@gmail.com> | 2014-05-21 00:28:38 +0200 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-05-21 00:28:38 +0200 |
commit | 143bba20453036f0a4bcc74dad10d99605a84732 (patch) | |
tree | e4ed8a6f74eb6533625b3196e23056a5fc529c4f /src/core/core.vcxproj | |
parent | thread: whitespace change - fixed * and & placement (diff) | |
download | yuzu-143bba20453036f0a4bcc74dad10d99605a84732.tar yuzu-143bba20453036f0a4bcc74dad10d99605a84732.tar.gz yuzu-143bba20453036f0a4bcc74dad10d99605a84732.tar.bz2 yuzu-143bba20453036f0a4bcc74dad10d99605a84732.tar.lz yuzu-143bba20453036f0a4bcc74dad10d99605a84732.tar.xz yuzu-143bba20453036f0a4bcc74dad10d99605a84732.tar.zst yuzu-143bba20453036f0a4bcc74dad10d99605a84732.zip |
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 @@ <ClCompile Include="hle\service\hid.cpp" /> <ClCompile Include="hle\service\service.cpp" /> <ClCompile Include="hle\service\srv.cpp" /> - <ClCompile Include="hle\syscall.cpp" /> + <ClCompile Include="hle\svc.cpp" /> <ClCompile Include="hw\hw.cpp" /> <ClCompile Include="hw\lcd.cpp" /> <ClCompile Include="hw\ndma.cpp" /> @@ -223,7 +223,7 @@ <ClInclude Include="hle\service\hid.h" /> <ClInclude Include="hle\service\service.h" /> <ClInclude Include="hle\service\srv.h" /> - <ClInclude Include="hle\syscall.h" /> + <ClInclude Include="hle\svc.h" /> <ClInclude Include="hw\hw.h" /> <ClInclude Include="hw\lcd.h" /> <ClInclude Include="hw\ndma.h" /> |