summaryrefslogtreecommitdiffstats
path: root/src/core/core.vcxproj
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-04-12 00:44:21 +0200
committerbunnei <ericbunnie@gmail.com>2014-04-12 00:44:21 +0200
commit02fbd42e7f006236199698c61ca917092afa1f7d (patch)
treeb60bd6801f624839dc80b53dffb523fa98b7b46f /src/core/core.vcxproj
parentreplace tabs with spaces (diff)
downloadyuzu-02fbd42e7f006236199698c61ca917092afa1f7d.tar
yuzu-02fbd42e7f006236199698c61ca917092afa1f7d.tar.gz
yuzu-02fbd42e7f006236199698c61ca917092afa1f7d.tar.bz2
yuzu-02fbd42e7f006236199698c61ca917092afa1f7d.tar.lz
yuzu-02fbd42e7f006236199698c61ca917092afa1f7d.tar.xz
yuzu-02fbd42e7f006236199698c61ca917092afa1f7d.tar.zst
yuzu-02fbd42e7f006236199698c61ca917092afa1f7d.zip
Diffstat (limited to 'src/core/core.vcxproj')
-rw-r--r--src/core/core.vcxproj5
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 @@
<ClCompile Include="file_sys\directory_file_system.cpp" />
<ClCompile Include="file_sys\meta_file_system.cpp" />
<ClCompile Include="hle\hle.cpp" />
- <ClCompile Include="hle\hle_syscall.cpp" />
+ <ClCompile Include="hle\syscall.cpp" />
<ClCompile Include="hw\hw.cpp" />
<ClCompile Include="hw\hw_lcd.cpp" />
<ClCompile Include="loader.cpp" />
@@ -186,7 +186,8 @@
<ClInclude Include="file_sys\meta_file_system.h" />
<ClInclude Include="hle\function_wrappers.h" />
<ClInclude Include="hle\hle.h" />
- <ClInclude Include="hle\hle_syscall.h" />
+ <ClInclude Include="hle\service\service.h" />
+ <ClInclude Include="hle\syscall.h" />
<ClInclude Include="hw\hw.h" />
<ClInclude Include="hw\hw_lcd.h" />
<ClInclude Include="loader.h" />