diff options
author | bunnei <ericbunnie@gmail.com> | 2014-06-26 17:58:44 -0400 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-06-27 16:58:30 -0400 |
commit | 48e39fc9928f3dabc1954c1acb650d2f57f6a491 (patch) | |
tree | cf3143a421d90c47cc1ca3e33c6acae844b57434 /src/core/core.vcxproj | |
parent | 8b8c8f4c13c8959853aadf931161f2b867158068 (diff) |
FS: Added stubbed code to intercept and decode file system service functions.
FS: Added to CMakeLists.txt
Diffstat (limited to 'src/core/core.vcxproj')
-rw-r--r-- | src/core/core.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj index 85ac50818..63efe7c4d 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj @@ -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" /> |