summaryrefslogtreecommitdiff
path: root/src/core/file_sys/archive.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #222 from archshift/renamexyzGravatar bunnei2014-12-041-0/+16
|\
| * Implemented RenameDirectory in FS:USERGravatar archshift2014-11-241-0/+8
| * Implemented RenameFile in FS:USERGravatar archshift2014-11-241-0/+8
* | Fixed formatting and switch statement warningsGravatar vaguilar2014-11-271-0/+2
|/
* Merge pull request #191 from archshift/deletexyzGravatar bunnei2014-11-231-0/+14
|\
| * Added DeleteFile and DeleteDirectory functions to FS:USER and the archives.Gravatar archshift2014-11-231-0/+14
* | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-191-1/+1
|/
* FileSys: Updated backend code to use FileSys::Path instead of string for paths.Gravatar bunnei2014-11-171-3/+3
* FileSys: Added DebugStr method to Path class.Gravatar bunnei2014-11-171-0/+29
* Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functionsGravatar archshift2014-11-121-0/+99
* Added CreateDirectory function to service/fs.cpp, and in Archive.Gravatar archshift2014-11-021-0/+7
* Core: Add a method to obtain a Directory from an Archive.Gravatar Emmanuel Gil Peyrot2014-09-171-0/+8
* Core: Add a new File class, obtainable from an Archive, and a stub implementa...Gravatar Emmanuel Gil Peyrot2014-09-171-0/+20
* Added FS functions to Archive and Archive_RomFSGravatar archshift2014-08-221-2/+17
* FileSys: Added preliminary support for applications reading the RomFS archive.Gravatar bunnei2014-07-041-0/+54