index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
srv.h
Age
Commit message (
Expand
)
Author
2017-06-06
Service: Move SRV interface to a new sm/ subdirectory
Yuri Kunde Schlesner
2016-12-15
core: Add missing #pragma once directives where applicable
Lioncash
2016-12-11
Add all services to the Service namespace
Lioncash
2015-07-17
Ensure all kernel objects are released during shutdown
Yuri Kunde Schlesner
2014-12-25
More services & small clean ups
purpasmart96
2014-12-20
License change
purpasmart96
2014-10-26
Add `override` keyword through the code.
Yuri Kunde Schlesner
2014-08-17
Core: Alter the kernel string functions to use std::string instead of const c...
Lioncash
2014-05-26
kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequest
bunnei
2014-05-18
- updated service(s) to be KernelObject's
bunnei
2014-05-18
- moved Handle/Result definitions to kernel.h
bunnei
2014-04-27
removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class
bunnei
2014-04-16
updated service comments
bunnei
2014-04-16
- added stubbed out GSP::Gpu service interface
bunnei
2014-04-15
restructured hle:services completely to use function lookup tables
bunnei