R/Ryujinx/OsHle/Objects/FspSrv
Ezekiel Bethel 01b7538560 Lots of FS HLE fixes and implementation of missing functions/objects. (#24)
* Initial pass - fixes IFileSystem OpenFile, implements IFileSystem CreateFile/DeleteFile, fixes IFile Read and implements IFile GetSize/SetSize

* Implement IFileSystem Directory* methods, as well as RenameFile. Add IDirectory, and implement its Read and GetEntryCount methods.

* missing TODO

* hey, this is kinda bad

* Update IDirectory.cs

Fixed :)

* Some cleanups to IDirectory, fix for OpenDirectory on a non-existent directory.

* Item -> Index

* This should work.

* Update IDirectory.cs

Marshalling version
2018-02-20 08:03:04 -03:00
..
IDirectory.cs Lots of FS HLE fixes and implementation of missing functions/objects. (#24) 2018-02-20 08:03:04 -03:00
IFile.cs Lots of FS HLE fixes and implementation of missing functions/objects. (#24) 2018-02-20 08:03:04 -03:00
IFileSystem.cs Lots of FS HLE fixes and implementation of missing functions/objects. (#24) 2018-02-20 08:03:04 -03:00
IStorage.cs Completely remove static methods inside Ipc interfaces, also remove GetObject method from ServiceCtx as it is no longer needed with this change 2018-02-09 23:31:26 -03:00