Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | file_sys: Resolve cases of variable shadowing | Lioncash | 2021-05-02 | 1 | -1/+1 |
* | vfs: Use existing type aliases consistently | Lioncash | 2020-12-10 | 1 | -1/+1 |
* | fs: Fix RomFS building when zero byte files are present | Morph | 2020-07-12 | 1 | -3/+3 |
* | vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile | Lioncash | 2018-09-26 | 1 | -11/+8 |
* | vfs_static: Remove template byte parameter from StaticVfsFile | Lioncash | 2018-09-25 | 1 | -29/+4 |
* | fsmitm: Cleanup and modernize fsmitm port | Zach Hilman | 2018-09-24 | 1 | -29/+29 |
* | vfs_concat: Rewrite and fix ConcatenatedVfsFile | Zach Hilman | 2018-09-22 | 1 | -1/+33 |
* | file-sys: Default heavy-weight class destructors in the cpp file | Lioncash | 2018-09-20 | 1 | -0/+2 |
* | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | 2018-09-15 | 1 | -4/+4 |
* | file_sys: Comply to style guidelines | Zach Hilman | 2018-08-12 | 1 | -3/+3 |
* | vfs: Add ConcatenatedVfsFile | Zach Hilman | 2018-08-12 | 1 | -0/+41 |