aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/file_sys
Commit message (Expand)AuthorAge
* Use config files to store whether SDMC is enabled or notGravatar archshift2014-10-22
* Common: Add a helper function to generate a 8.3 filename from a long one.Gravatar Emmanuel Gil Peyrot2014-10-06
* FileSys: Add static asserts for the Directory struct, and fix its fields posi...Gravatar Emmanuel Gil Peyrot2014-10-06
* FileSys: split the constructor into an Open method, in order to notify the op...Gravatar Emmanuel Gil Peyrot2014-10-06
* FileSys/Kernel: Implement SetSize service call for File objects.Gravatar Emmanuel Gil Peyrot2014-10-06
* FileSys: Add forgotten docstrings.Gravatar Emmanuel Gil Peyrot2014-10-06
* Fix warnings in core and commonGravatar Lioncash2014-09-28
* Core: Add a method to obtain a Directory from an Archive.Gravatar Emmanuel Gil Peyrot2014-09-17
* Core: Add a Directory object, with both a stub and a passthrough implementati...Gravatar Emmanuel Gil Peyrot2014-09-17
* Core: Add a passthrough backend for the filesystem, exposed as SDMC.Gravatar Emmanuel Gil Peyrot2014-09-17
* Core: Add a new File class, obtainable from an Archive, and a stub implementa...Gravatar Emmanuel Gil Peyrot2014-09-17
* Added FS functions to Archive and Archive_RomFSGravatar archshift2014-08-22
* Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS virtual functions as ...Gravatar bunnei2014-07-04
* Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS classes as "final"Gravatar bunnei2014-07-04
* Loader: Updated read methods to be constGravatar bunnei2014-07-04
* FileSys: Added preliminary support for applications reading the RomFS archive.Gravatar bunnei2014-07-04
* Core: Removed unused directory_file_system and meta_file_system modules.Gravatar bunnei2014-06-27
* fixes to build on linuxGravatar bunnei2014-04-22
* fixed project includes to use new directory structureGravatar bunnei2014-04-08
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-08