IOS: Change GetFS() to return a FileSystem

Now that we have a proper filesystem interface, it makes more sense
to return it instead of the emulated IOS device (which isn't
really usable for any purpose other than emulated IPC).
This commit is contained in:
Léo Lam
2018-03-03 18:25:51 +01:00
parent 1eec459e30
commit fcfe4e2a26
7 changed files with 37 additions and 4 deletions

View File

@ -197,6 +197,7 @@
<ClCompile Include="IOS\ES\Views.cpp" />
<ClCompile Include="IOS\FS\FileIO.cpp" />
<ClCompile Include="IOS\FS\FS.cpp" />
<ClCompile Include="IOS\FS\FileSystem.cpp" />
<ClCompile Include="IOS\FS\HostBackend\FS.cpp" />
<ClCompile Include="IOS\FS\HostBackend\File.cpp" />
<ClCompile Include="IOS\Network\ICMPLin.cpp" />