summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/filesystem.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-122/+0
* Virtual Filesystem * Fix delete bug and documentate * Review fixes + other stuff * Fix puyo regression
2018-07-03Rename logging macro back to LOG_*James Rowe1-3/+3
2018-04-25file-sys: Move logging macros over to the new fmt-capable onesLioncash1-3/+3
2018-01-21file_sys: Cleanup to better match Switch file system constructs.bunnei1-2/+2
file_sys: Add factory class for RomFS file system.
2018-01-21Format: Run the new clang format on everythingJames Rowe1-1/+1
2017-08-21Warnings: Add UNREACHABLE macros to switches that contemplate all possible values.Subv1-0/+2
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-3/+1
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-20/+13
2016-05-21FileSys/Path: Replace Memory::GetPointer with Memory::ReadBlockMerryMage1-6/+6
2016-01-25archive_backend: Remove unnecessary const from return typesLioncash1-4/+4
This doesn't return by reference so const isn't really necessary
2015-06-28Core: Cleanup file_sys includes.Emmanuel Gil Peyrot1-0/+2
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner1-1/+1
memory.cpp/h contains definitions related to acessing memory and configuring the address space mem_map.cpp/h contains higher-level definitions related to configuring the address space accoording to the kernel and allocating memory.
2015-05-07FileSys: De-inline Path membersYuri Kunde Schlesner1-0/+127