diff options
| author | 2014-06-26 17:58:44 -0400 | |
|---|---|---|
| committer | 2014-06-27 16:58:30 -0400 | |
| commit | 48e39fc9928f3dabc1954c1acb650d2f57f6a491 (patch) | |
| tree | cf3143a421d90c47cc1ca3e33c6acae844b57434 /src/core/core.vcxproj | |
| parent | Kernel: Added stubbed code to support creation of kernel Archive objects. (diff) | |
| download | yuzu-48e39fc9928f3dabc1954c1acb650d2f57f6a491.tar.gz yuzu-48e39fc9928f3dabc1954c1acb650d2f57f6a491.tar.xz yuzu-48e39fc9928f3dabc1954c1acb650d2f57f6a491.zip | |
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 @@ | |||
| 171 | <ClCompile Include="hle\kernel\mutex.cpp" /> | 171 | <ClCompile Include="hle\kernel\mutex.cpp" /> |
| 172 | <ClCompile Include="hle\kernel\thread.cpp" /> | 172 | <ClCompile Include="hle\kernel\thread.cpp" /> |
| 173 | <ClCompile Include="hle\service\apt.cpp" /> | 173 | <ClCompile Include="hle\service\apt.cpp" /> |
| 174 | <ClCompile Include="hle\service\fs.cpp" /> | ||
| 174 | <ClCompile Include="hle\service\gsp.cpp" /> | 175 | <ClCompile Include="hle\service\gsp.cpp" /> |
| 175 | <ClCompile Include="hle\service\hid.cpp" /> | 176 | <ClCompile Include="hle\service\hid.cpp" /> |
| 176 | <ClCompile Include="hle\service\ndm.cpp" /> | 177 | <ClCompile Include="hle\service\ndm.cpp" /> |
| @@ -221,6 +222,7 @@ | |||
| 221 | <ClInclude Include="hle\kernel\mutex.h" /> | 222 | <ClInclude Include="hle\kernel\mutex.h" /> |
| 222 | <ClInclude Include="hle\kernel\thread.h" /> | 223 | <ClInclude Include="hle\kernel\thread.h" /> |
| 223 | <ClInclude Include="hle\service\apt.h" /> | 224 | <ClInclude Include="hle\service\apt.h" /> |
| 225 | <ClInclude Include="hle\service\fs.h" /> | ||
| 224 | <ClInclude Include="hle\service\gsp.h" /> | 226 | <ClInclude Include="hle\service\gsp.h" /> |
| 225 | <ClInclude Include="hle\service\hid.h" /> | 227 | <ClInclude Include="hle\service\hid.h" /> |
| 226 | <ClInclude Include="hle\service\ndm.h" /> | 228 | <ClInclude Include="hle\service\ndm.h" /> |