summaryrefslogtreecommitdiffstats
path: root/src/common/common_paths.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SaveData: Implemented the SystemSaveData archive.Subv2014-12-181-0/+1
| | | | It will be stored in the /syssavedata folder. This archive is user by various Services and possibly games via the FS:U service.
* Filesystem/Archives: Implemented the SaveData archiveSubv2014-12-181-0/+1
| | | | | | | | | | The savedata for each game is stored in /savedata/<ProgramID> for NCCH files. ELF files and 3DSX files use the folder 0 because they have no ID information Got rid of the code duplication in File and Directory Files that deal with the host machine's file system now live in DiskFile, similarly for directories and DiskDirectory and archives with DiskArchive. FS_U: Use the correct error code when a file wasn't found
* APT_U: Added GetSharedFont service function.bunnei2014-12-131-0/+3
|
* Common: Add "sysdata" to GetUserPath and cleanup.bunnei2014-12-121-13/+1
|
* Added configuration file system.archshift2014-10-081-22/+22
| | | | Uses QSettings on citra-qt, and inih on citra-cli.
* Use the citra user path for the sdmc directoryarchshift2014-09-211-0/+1
|
* Common: Move header guards over to pragma onceLioncash2014-08-171-4/+1
| | | | Also replaced C headers with the C++ equivalent ones
* fixed project includes to use new directory structurebunnei2014-04-091-1/+1
|
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+79