summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/archive_backend.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
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