mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-11 21:30:05 +00:00
FS: Added stubbed code to intercept and decode file system service functions.
FS: Added to CMakeLists.txt
This commit is contained in:
parent
8b8c8f4c13
commit
48e39fc992
6 changed files with 164 additions and 0 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue