| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-09-25 | vfs_static: Remove template byte parameter from StaticVfsFile | Lioncash | |
| This converts it into a regular constructor parameter. There's no need to make this a template parameter on the class when it functions perfectly well as a constructor argument. This also reduces the amount of code bloat produced by the compiler, as it doesn't need to generate the same code for multiple different instantiations of the same class type, but with a different fill value. | |||
| 2018-09-23 | fsmitm: Cleanup and modernize fsmitm port | Zach Hilman | |
| 2018-09-21 | romfs: Implement CreateRomFS | Zach Hilman | |
| 2018-09-15 | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | |
| 2018-08-11 | romfs: Remove cyclic shared_ptr leak in romfs code | Zach Hilman | |
| 2018-07-27 | RomFS Extraction | Zach Hilman | |
