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
/
sm
/
sm.h
Age
Commit message (
Expand
)
Author
2018-10-06
Ported #4296 from citra
David Marcec
2018-09-14
services/sm: Amend error code constants
Lioncash
2018-09-06
core/core: Remove unnecessary sm/controller include
Lioncash
2018-08-01
kernel: Move object class to its own source files
Lioncash
2018-07-19
hle/service: Make constructors explicit where applicable
Lioncash
2018-04-20
core: Relocate g_service_manager to the System class
Lioncash
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
2017-12-28
service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.
bunnei
2017-10-31
hle: Use Switch formatted result codes.
bunnei
2017-10-14
hle: Initial implementation of NX service framework and IPC.
bunnei
2017-09-24
HLE/SRV: Implemented RegisterService.
Subv
2017-06-08
Service/sm: Convert 'srv:' to ServiceFramework
Yuri Kunde Schlesner
2017-06-06
Service: Make service registration part of the sm implementation
Yuri Kunde Schlesner