| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use config files to store whether SDMC is enabled or not | archshift | 2014-10-22 | 1 | -2/+8 |
| * | Common: Add a helper function to generate a 8.3 filename from a long one. | Emmanuel Gil Peyrot | 2014-10-06 | 3 | -29/+27 |
| * | FileSys: Add static asserts for the Directory struct, and fix its fields posi... | Emmanuel Gil Peyrot | 2014-10-06 | 1 | -2/+8 |
| * | FileSys: split the constructor into an Open method, in order to notify the op... | Emmanuel Gil Peyrot | 2014-10-06 | 6 | -14/+54 |
| * | FileSys/Kernel: Implement SetSize service call for File objects. | Emmanuel Gil Peyrot | 2014-10-06 | 5 | -0/+41 |
| * | FileSys: Add forgotten docstrings. | Emmanuel Gil Peyrot | 2014-10-06 | 7 | -4/+35 |
| * | Fix warnings in core and common | Lioncash | 2014-09-28 | 1 | -1/+1 |
| * | Core: Add a method to obtain a Directory from an Archive. | Emmanuel Gil Peyrot | 2014-09-17 | 5 | -0/+44 |
| * | Core: Add a Directory object, with both a stub and a passthrough implementati... | Emmanuel Gil Peyrot | 2014-09-17 | 5 | -0/+259 |
| * | Core: Add a passthrough backend for the filesystem, exposed as SDMC. | Emmanuel Gil Peyrot | 2014-09-17 | 4 | -0/+298 |
| * | Core: Add a new File class, obtainable from an Archive, and a stub implementa... | Emmanuel Gil Peyrot | 2014-09-17 | 6 | -0/+205 |
| * | Added FS functions to Archive and Archive_RomFS | archshift | 2014-08-22 | 3 | -8/+57 |
| * | Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS virtual functions as ... | bunnei | 2014-07-04 | 1 | -4/+4 |
| * | Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS classes as "final" | bunnei | 2014-07-04 | 1 | -1/+1 |
| * | Loader: Updated read methods to be const | bunnei | 2014-07-04 | 2 | -2/+2 |
| * | FileSys: Added preliminary support for applications reading the RomFS archive. | bunnei | 2014-07-04 | 4 | -138/+150 |
| * | Core: Removed unused directory_file_system and meta_file_system modules. | bunnei | 2014-06-27 | 4 | -1453/+0 |
| * | fixes to build on linux | bunnei | 2014-04-22 | 2 | -22/+22 |
| * | fixed project includes to use new directory structure | bunnei | 2014-04-08 | 5 | -20/+15 |
| * | got rid of 'src' folders in each sub-project | bunnei | 2014-04-08 | 5 | -0/+1596 |