index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
sm
/
sm.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: Remove unused includes
ameerj
2021-11-04
1
-1
/
+0
*
hle: service: sm: Refactor to better manage ports.
bunnei
2021-07-21
1
-8
/
+6
*
hle: kernel: Implement CloneCurrentObject and improve session management.
bunnei
2021-05-21
1
-1
/
+1
*
hle: service: sm: Add TIPC support.
bunnei
2021-05-11
1
-3
/
+6
*
hle: service: sm: Improve Initialize implementation.
bunnei
2021-05-11
1
-0
/
+1
*
hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.
bunnei
2021-05-06
1
-7
/
+6
*
hle: kernel: Migrate KServerPort to KAutoObject.
bunnei
2021-05-06
1
-4
/
+3
*
hle: kernel: Migrate KClientPort to KAutoObject.
bunnei
2021-05-06
1
-4
/
+4
*
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.
bunnei
2021-05-06
1
-3
/
+2
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
1
-2
/
+6
*
service/sm: Eliminate dependency on the global system instance
Lioncash
2020-09-17
1
-2
/
+5
*
common/concepts: Rename IsBaseOf to DerivedFrom
Lioncash
2020-08-07
1
-1
/
+1
*
sm: Make use of IsBaseOf for GetService
David Marcec
2020-08-03
1
-3
/
+2
*
kernel: Implement a more accurate IPC dispatch.
bunnei
2019-11-28
1
-2
/
+4
*
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
bunnei
2019-11-25
1
-5
/
+5
*
kernel/server_port: Make data members private
Lioncash
2019-03-11
1
-1
/
+1
*
service/sm: Take std::string by const reference in UnregisterService
Lioncash
2018-11-24
1
-1
/
+1
*
sm: Implement RegisterService and UnregisterService
Zach Hilman
2018-11-04
1
-0
/
+3
*
Ported #4296 from citra
David Marcec
2018-10-06
1
-0
/
+19
*
services/sm: Amend error code constants
Lioncash
2018-09-14
1
-6
/
+0
*
core/core: Remove unnecessary sm/controller include
Lioncash
2018-09-06
1
-0
/
+1
*
kernel: Move object class to its own source files
Lioncash
2018-08-02
1
-3
/
+5
*
hle/service: Make constructors explicit where applicable
Lioncash
2018-07-19
1
-1
/
+1
*
core: Relocate g_service_manager to the System class
Lioncash
2018-04-21
1
-3
/
+3
*
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-20
1
-4
/
+2
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
1
-1
/
+1
*
service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.
bunnei
2017-12-28
1
-2
/
+2
*
hle: Use Switch formatted result codes.
bunnei
2017-11-01
1
-13
/
+5
*
hle: Initial implementation of NX service framework and IPC.
bunnei
2017-10-15
1
-2
/
+18
*
HLE/SRV: Implemented RegisterService.
Subv
2017-09-24
1
-0
/
+3
*
Service/sm: Convert 'srv:' to ServiceFramework
Yuri Kunde Schlesner
2017-06-09
1
-2
/
+8
*
Service: Make service registration part of the sm implementation
Yuri Kunde Schlesner
2017-06-06
1
-0
/
+49