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