aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/srv.h
Commit message (Expand)AuthorAge
* Ensure all kernel objects are released during shutdownGravatar Yuri Kunde Schlesner2015-07-17
* More services & small clean upsGravatar purpasmart962014-12-25
* License changeGravatar purpasmart962014-12-20
* Add `override` keyword through the code.Gravatar Yuri Kunde Schlesner2014-10-26
* Core: Alter the kernel string functions to use std::string instead of const c...Gravatar Lioncash2014-08-17
* kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequestGravatar bunnei2014-05-26
* - updated service(s) to be KernelObject'sGravatar bunnei2014-05-18
* - moved Handle/Result definitions to kernel.hGravatar bunnei2014-05-18
* removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classGravatar bunnei2014-04-27
* updated service commentsGravatar bunnei2014-04-16
* - added stubbed out GSP::Gpu service interfaceGravatar bunnei2014-04-16
* restructured hle:services completely to use function lookup tablesGravatar bunnei2014-04-15