FS: Added stubbed code to intercept and decode file system service functions.

FS: Added to CMakeLists.txt
This commit is contained in:
bunnei
2014-06-26 17:58:44 -04:00
parent 8b8c8f4c13
commit 48e39fc992
6 changed files with 164 additions and 0 deletions

View File

@@ -171,6 +171,7 @@
<ClCompile Include="hle\kernel\mutex.cpp" />
<ClCompile Include="hle\kernel\thread.cpp" />
<ClCompile Include="hle\service\apt.cpp" />
<ClCompile Include="hle\service\fs.cpp" />
<ClCompile Include="hle\service\gsp.cpp" />
<ClCompile Include="hle\service\hid.cpp" />
<ClCompile Include="hle\service\ndm.cpp" />
@@ -221,6 +222,7 @@
<ClInclude Include="hle\kernel\mutex.h" />
<ClInclude Include="hle\kernel\thread.h" />
<ClInclude Include="hle\service\apt.h" />
<ClInclude Include="hle\service\fs.h" />
<ClInclude Include="hle\service\gsp.h" />
<ClInclude Include="hle\service\hid.h" />
<ClInclude Include="hle\service\ndm.h" />