summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/fs/fs_user.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-04Services: Moved the PTM and APT services to their own folderSubv1-5/+2
2014-12-26More services & small clean upspurpasmart961-7/+0
2014-12-21License changepurpasmart961-1/+1
2014-12-16HLE: Rename namespaces to match move & fix initialization orderYuri Kunde Schlesner1-5/+7
2014-12-16HLE: Move kernel/archive.* to service/fs/Yuri Kunde Schlesner1-0/+0
2014-11-13Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functionsarchshift1-29/+0
2014-11-10Add support for UTF-16 strings for LowPaths in FS:USERarchshift1-0/+29
2014-10-29Renamed souce files of services to match port namesGareth Poole1-0/+0
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner1-1/+1
2014-08-18Core: Alter the kernel string functions to use std::string instead of const char*.Lioncash1-1/+1
2014-08-06FS: Fix port name (old port name was based on an unaligned memory read).bunnei1-1/+1
2014-06-27FS: Added stubbed code to intercept and decode file system service functions.bunnei1-6/+4
2014-05-30hle: added stubbed service for ndm_ubunnei1-4/+5
2014-05-19- updated service(s) to be KernelObject'sbunnei1-1/+1
2014-04-28removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei1-3/+0
2014-04-17updated service commentsbunnei1-1/+2
2014-04-16- added stubbed out GSP::Gpu service interfacebunnei1-13/+8
2014-04-16restructured hle:services completely to use function lookup tablesbunnei1-0/+39