summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/srv.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-06Service: Move SRV interface to a new sm/ subdirectoryYuri Kunde Schlesner1-24/+0
2016-12-15core: Add missing #pragma once directives where applicableLioncash1-0/+2
2016-12-11Add all services to the Service namespaceLioncash1-7/+6
2015-07-17Ensure all kernel objects are released during shutdownYuri Kunde Schlesner1-0/+1
2014-12-26More services & small clean upspurpasmart961-9/+0
2014-12-21License changepurpasmart961-1/+1
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-05-27kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequestbunnei1-6/+0
2014-05-19- updated service(s) to be KernelObject'sbunnei1-1/+1
2014-05-19- moved Handle/Result definitions to kernel.hbunnei1-1/+1
2014-04-28removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei1-3/+0
2014-04-17updated service commentsbunnei1-3/+4
2014-04-16- added stubbed out GSP::Gpu service interfacebunnei1-1/+1
2014-04-16restructured hle:services completely to use function lookup tablesbunnei1-0/+39