summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/directory_sdmc.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-18Filesystem/Archives: Implemented the SaveData archiveSubv1-88/+0
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner1-1/+1
2014-12-07Make OpenDirectory fail if the directory doesn't existarchshift1-3/+10
2014-11-18directory_sdmc: Fix a signed/unsigned mismatch comparisonLioncash1-1/+1
2014-11-18FileSys: Updated backend code to use FileSys::Path instead of string for paths.bunnei1-2/+2
2014-10-30Fix some warningsSean1-1/+1
2014-10-06Common: Add a helper function to generate a 8.3 filename from a long one.Emmanuel Gil Peyrot1-24/+19
2014-09-17Core: Add a Directory object, with both a stub and a passthrough implementations.Emmanuel Gil Peyrot1-0/+86