RyuKen/Ryujinx/OsHle/Objects
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
..
Acc Ipc refactor (#9) 2018-02-09 21:14:55 -03:00
Am Add BRK instruction, fix wrong namespace on one of Am interfaces, and disable Debug/Trace logs by default 2018-02-10 10:24:16 -03:00
Apm Ipc refactor (#9) 2018-02-09 21:14:55 -03:00
Aud Update new informations in IAudioOut (#19) 2018-02-15 23:19:29 -03:00
Friend Ipc refactor (#9) 2018-02-09 21:14:55 -03:00
FspSrv Lots of FS HLE fixes and implementation of missing functions/objects. (#24) 2018-02-20 08:03:04 -03:00
Hid Ipc refactor (#9) 2018-02-09 21:14:55 -03:00
Time Emit CIL directly for more SIMD instructions, add UCVTF (vector, scalar) and UZP2, fix XTN (?) 2018-02-15 01:32:25 -03:00
Vi 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
IIpcInterface.cs Ipc refactor (#9) 2018-02-09 21:14:55 -03:00
ObjHelper.cs Make HSessionObj implement IDisposable (#10) 2018-02-10 15:31:40 -03:00
Parcel.cs aloha 2018-02-04 20:08:20 -03:00