Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fsp_srv: Implement GetSize and SetSize. | bunnei | 2018-03-31 | 1 | -2/+3 |
* | FS: Move the file open mode calculation to a separate function. | Subv | 2018-03-23 | 1 | -7/+14 |
* | FS: Implemented IFileSystem::CreateDirectory. | Subv | 2018-03-21 | 1 | -3/+10 |
* | FS: Implement DiskFileSystem's OpenDirectory interface. | Subv | 2018-03-20 | 1 | -2/+11 |
* | FS: Implement DiskFileSystem::GetEntryType for existing files/directories. | Subv | 2018-03-20 | 1 | -2/+4 |
* | FS: Updated the Directory Entry structure to match the Switch. | Subv | 2018-03-20 | 1 | -6/+42 |
* | FS: Support the file Append open mode. | Subv | 2018-03-20 | 1 | -2/+22 |
* | FS: Use the correct error code when trying to open files that don't exist. | Subv | 2018-03-04 | 1 | -4/+3 |
* | Filesystem: Added a SaveData Factory and associated Disk_FileSystem. | Subv | 2018-03-02 | 1 | -0/+147 |