aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/core.vcxproj
diff options
context:
space:
mode:
authorGravatar bunnei <ericbunnie@gmail.com>2014-04-15 22:40:19 -0400
committerGravatar bunnei <ericbunnie@gmail.com>2014-04-15 22:40:19 -0400
commit7ec5950bc4c8e4a786df1f4c3392d7b5332d1613 (patch)
tree7d7046dcced5ce635921ebdadabf1a1aa8b0647f /src/core/core.vcxproj
parentcb504e236bb21816b5794a14c4dc57d93766e5a8 (diff)
- extracted srv: calls from service.cpp and put in its own module
- added function tables for service calls - lots of refactoring
Diffstat (limited to 'src/core/core.vcxproj')
-rw-r--r--src/core/core.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj
index be750b24..da3cc7a2 100644
--- a/src/core/core.vcxproj
+++ b/src/core/core.vcxproj
@@ -155,6 +155,7 @@
<ClCompile Include="hle\hle.cpp" />
<ClCompile Include="hle\service\apt.cpp" />
<ClCompile Include="hle\service\service.cpp" />
+ <ClCompile Include="hle\service\srv.cpp" />
<ClCompile Include="hle\syscall.cpp" />
<ClCompile Include="hw\hw.cpp" />
<ClCompile Include="hw\hw_lcd.cpp" />
@@ -190,6 +191,7 @@
<ClInclude Include="hle\hle.h" />
<ClInclude Include="hle\service\apt.h" />
<ClInclude Include="hle\service\service.h" />
+ <ClInclude Include="hle\service\srv.h" />
<ClInclude Include="hle\syscall.h" />
<ClInclude Include="hw\hw.h" />
<ClInclude Include="hw\hw_lcd.h" />