summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/srv.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* More services & small clean upspurpasmart962014-12-261-9/+0
* License changepurpasmart962014-12-211-1/+1
* Add `override` keyword through the code.Yuri Kunde Schlesner2014-10-261-1/+1
* Core: Alter the kernel string functions to use std::string instead of const char*.Lioncash2014-08-181-1/+1
* kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequestbunnei2014-05-271-6/+0
* - updated service(s) to be KernelObject'sbunnei2014-05-191-1/+1
* - moved Handle/Result definitions to kernel.hbunnei2014-05-191-1/+1
* removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei2014-04-281-3/+0
* updated service commentsbunnei2014-04-171-3/+4
* - added stubbed out GSP::Gpu service interfacebunnei2014-04-161-1/+1
* restructured hle:services completely to use function lookup tablesbunnei2014-04-161-0/+39