aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/fs_user.cpp
Commit message (Expand)AuthorAge
* HLE: Move kernel/archive.* to service/fs/Gravatar Yuri Kunde Schlesner2014-12-16
* Remove SyncRequest from K::Object and create a new K::Session typeGravatar Yuri Kunde Schlesner2014-12-15
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
* Merge pull request #222 from archshift/renamexyzGravatar bunnei2014-12-04
|\
| * Updated archive.cpp functions for proper error handlingGravatar archshift2014-12-03
* | Fixed formatting and switch statement warningsGravatar vaguilar2014-11-27
| * Implemented RenameDirectory in FS:USERGravatar archshift2014-11-24
| * Implemented RenameFile in FS:USERGravatar archshift2014-11-24
|/
* HLE: Revamp error handling throrough the HLE codeGravatar Yuri Kunde Schlesner2014-11-24
* Merge pull request #191 from archshift/deletexyzGravatar bunnei2014-11-23
|\
| * Added DeleteFile and DeleteDirectory functions to FS:USER and the archives.Gravatar archshift2014-11-23
* | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-19
* | core: Mark some hle functions as staticGravatar Lioncash2014-11-17
|/
* FS_User: Support FileSye::Path in a more generic way.Gravatar bunnei2014-11-17
* FileSys: Updated backend code to use FileSys::Path instead of string for paths.Gravatar bunnei2014-11-17
* Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functionsGravatar archshift2014-11-12
* Add support for UTF-16 strings for LowPaths in FS:USERGravatar archshift2014-11-10
* Added CreateDirectory function to service/fs.cpp, and in Archive.Gravatar archshift2014-11-02
* FS:USER - Implemented IsSdmcDetectedGravatar archshift2014-10-29
* Renamed souce files of services to match port namesGravatar Gareth Poole2014-10-29