| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-22 | Use config files to store whether SDMC is enabled or not | archshift | |
| Before, it used to use whether the directory actually existed. As a result, .citra-emu/sdmc was never auto-created (something quite confusing to me until I read through the logs). | |||
| 2014-10-06 | Common: Add a helper function to generate a 8.3 filename from a long one. | Emmanuel Gil Peyrot | |
| Core: Fix the SDMC Directory implementation to make blargSnes work. | |||
| 2014-10-06 | FileSys: Add static asserts for the Directory struct, and fix its fields ↵ | Emmanuel Gil Peyrot | |
| position. | |||
| 2014-10-06 | FileSys: split the constructor into an Open method, in order to notify the ↵ | Emmanuel Gil Peyrot | |
| opener something went wrong. Kernel: Return an invalid handle to OpenFile when it failed to open. | |||
| 2014-10-06 | FileSys/Kernel: Implement SetSize service call for File objects. | Emmanuel Gil Peyrot | |
| 2014-10-06 | FileSys: Add forgotten docstrings. | Emmanuel Gil Peyrot | |
| 2014-09-28 | Fix warnings in core and common | Lioncash | |
| 2014-09-17 | Core: Add a method to obtain a Directory from an Archive. | Emmanuel Gil Peyrot | |
| 2014-09-17 | Core: Add a Directory object, with both a stub and a passthrough ↵ | Emmanuel Gil Peyrot | |
| implementations. | |||
| 2014-09-17 | Core: Add a passthrough backend for the filesystem, exposed as SDMC. | Emmanuel Gil Peyrot | |
| 2014-09-17 | Core: Add a new File class, obtainable from an Archive, and a stub ↵ | Emmanuel Gil Peyrot | |
| implementation. | |||
| 2014-08-22 | Added FS functions to Archive and Archive_RomFS | archshift | |
| 2014-07-04 | Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS virtual functions as ↵ | bunnei | |
| "override". | |||
| 2014-07-04 | Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS classes as "final" | bunnei | |
| 2014-07-04 | Loader: Updated read methods to be const | bunnei | |
| - Required "file" handle to be made local and explicitly opened/closed as needed | |||
| 2014-07-04 | FileSys: Added preliminary support for applications reading the RomFS archive. | bunnei | |
| Archive: Fixed brace ugliness for neobrain :) FS: Commented out unused local variables to prevent warnings. ...But keeping them here for future use. archive_romfs: Removed unused #include. | |||
| 2014-06-27 | Core: Removed unused directory_file_system and meta_file_system modules. | bunnei | |
| Core: Updated CMakeLists.txt to remove directory_file_system and meta_file_system modules. | |||
| 2014-04-22 | fixes to build on linux | bunnei | |
| 2014-04-08 | fixed project includes to use new directory structure | bunnei | |
| 2014-04-08 | got rid of 'src' folders in each sub-project | bunnei | |
