summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/archive.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* FileSys: Added DebugStr method to Path class.bunnei2014-11-181-0/+29
* Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functionsarchshift2014-11-131-0/+99
* Added CreateDirectory function to service/fs.cpp, and in Archive.archshift2014-11-021-0/+7
* Core: Add a method to obtain a Directory from an Archive.Emmanuel Gil Peyrot2014-09-171-0/+8
* Core: Add a new File class, obtainable from an Archive, and a stub implementation.Emmanuel Gil Peyrot2014-09-171-0/+20
* Added FS functions to Archive and Archive_RomFSarchshift2014-08-231-2/+17
* FileSys: Added preliminary support for applications reading the RomFS archive.bunnei2014-07-051-0/+54