| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-27 | filesys/romfs: Remove unused includes | Lioncash | |
| These inclusions aren't used at all within the public interface, so they can be removed. | |||
| 2019-11-03 | common_func: Use std::array for INSERT_PADDING_* macros. | bunnei | |
| - Zero initialization here is useful for determinism. | |||
| 2018-12-28 | romfs: Add SingleDiscard extraction type | Zach Hilman | |
| Needed for manual RomFS extraction, as Full generates an extra directory and Truncated generates variable results. | |||
| 2018-10-04 | fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dir | Zach Hilman | |
| 2018-09-23 | fsmitm: Cleanup and modernize fsmitm port | Zach Hilman | |
| 2018-09-21 | romfs: Implement CreateRomFS | Zach Hilman | |
| 2018-09-03 | file_sys: Replace includes with forward declarations where applicable | Lioncash | |
| Cuts down on include dependencies, resulting in less files that need to be rebuilt when certain things are changed. | |||
| 2018-07-27 | RomFS Extraction | Zach Hilman | |
