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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dont call UNIMPLEMENTED for 'empty services', just return error code
David Marcec
2018-02-05
1
-0
/
+2
*
ResponseBuilder: Use a bit field for customizing instead of always_move_handles.
bunnei
2018-01-25
1
-1
/
+2
*
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-25
1
-3
/
+3
*
service: Fix all incorrect IPC response headers.
bunnei
2018-01-25
1
-3
/
+3
*
Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113)
David
2018-01-20
1
-0
/
+1
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
1
-1
/
+1
*
IPC: Take the number of domain objects as a parameter in MakeBuilder.
Subv
2018-01-07
1
-2
/
+2
*
SM: Fixed connecting to services with an 8-byte name, like appletOE.
Subv
2018-01-07
1
-12
/
+4
*
IPC: Fixed pushing ResultCodes into the command buffer.
Subv
2018-01-07
1
-2
/
+2
*
IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests.
Subv
2018-01-07
1
-1
/
+1
*
IPC: Skip the entire u64 of the command id when receiving an IPC request.
Subv
2018-01-07
1
-14
/
+3
*
service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.
bunnei
2017-12-28
1
-2
/
+0
*
hle: Implement ConvertSessionToDomain, various cleanups.
bunnei
2017-10-15
1
-4
/
+3
*
hle: Add service stubs for apm and appletOE.
bunnei
2017-10-15
1
-1
/
+1
*
hle: Initial implementation of NX service framework and IPC.
bunnei
2017-10-15
1
-5
/
+86
*
HLE/SRV: Implemented RegisterService.
Subv
2017-09-24
1
-0
/
+4
*
Service/sm: Convert 'srv:' to ServiceFramework
Yuri Kunde Schlesner
2017-06-09
1
-2
/
+12
*
Service: Remove unnecessary includes from service.h
Yuri Kunde Schlesner
2017-06-06
1
-0
/
+1
*
Service: Make service registration part of the sm implementation
Yuri Kunde Schlesner
2017-06-06
1
-0
/
+58