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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ported #4296 from citra
David Marcec
2018-10-06
1
-0
/
+19
*
service: Add missing headers inclusions where applicable
Lioncash
2018-09-25
1
-0
/
+3
*
Removed the use of rp.MakeBuilder
David Marcec
2018-09-19
1
-3
/
+2
*
services/sm: Amend error code constants
Lioncash
2018-09-14
2
-8
/
+6
*
core/core: Remove unnecessary sm/controller include
Lioncash
2018-09-06
4
-1
/
+5
*
kernel: Eliminate kernel global state
Lioncash
2018-08-29
1
-1
/
+4
*
Merge pull request #1080 from lioncash/ret
bunnei
2018-08-16
1
-1
/
+1
|
\
|
*
sm/controller: Correct return value of QueryPointerBufferSize
Lioncash
2018-08-15
1
-1
/
+1
*
|
kernel/server_session: Add IsSession() member function
Lioncash
2018-08-15
1
-1
/
+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
*
Update clang format
James Rowe
2018-07-03
1
-2
/
+1
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
2
-7
/
+7
*
general: Make formatting of logged hex values more straightforward
Lioncash
2018-05-02
1
-1
/
+1
*
sm: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
2
-9
/
+8
*
core: Relocate g_service_manager to the System class
Lioncash
2018-04-21
2
-4
/
+6
*
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-20
4
-16
/
+8
*
Dont call UNIMPLEMENTED for 'empty services', just return error code
David Marcec
2018-02-05
1
-0
/
+2
*
controller: DuplicateSession should return a ClientSession.
bunnei
2018-02-03
1
-4
/
+9
*
ResponseBuilder: Use a bit field for customizing instead of always_move_handles.
bunnei
2018-01-25
2
-2
/
+3
*
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-25
2
-6
/
+6
*
service: Fix all incorrect IPC response headers.
bunnei
2018-01-25
2
-5
/
+4
*
hle: Integrate Domain handling into ServerSession.
bunnei
2018-01-25
1
-7
/
+5
*
hle: Remove Domain and SyncObject kernel objects.
bunnei
2018-01-25
1
-1
/
+0
*
Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113)
David
2018-01-20
1
-0
/
+1
*
controller: Use DuplicateSession for DuplicateSessionEx.
bunnei
2018-01-18
2
-1
/
+8
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
4
-4
/
+4
*
IPC: Make DuplicateSession return the Domain instead of the Session if the request was made on a Domain interface.
Subv
2018-01-07
1
-1
/
+5
*
IPC: Corrected some command headers in the IPC Controller interface.
Subv
2018-01-07
1
-4
/
+2
*
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
2
-2
/
+2
*
IPC: Skip the entire u64 of the command id when receiving an IPC request.
Subv
2018-01-07
1
-14
/
+3
*
controller: Implement DuplicateSession.
bunnei
2017-12-29
2
-9
/
+11
*
kernel: Fix implementation of ConvertSessionToDomain.
bunnei
2017-12-29
1
-12
/
+6
*
service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.
bunnei
2017-12-28
4
-8
/
+4
*
hle: Use Switch formatted result codes.
bunnei
2017-11-01
1
-13
/
+5
*
hle: Implement ConvertSessionToDomain, various cleanups.
bunnei
2017-10-15
3
-10
/
+28
*
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
6
-280
/
+168
*
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-10
4
-2
/
+34
|
\
|
*
HLE/SRV: Implemented RegisterService.
Subv
2017-09-24
4
-1
/
+33
|
/
*
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
2017-06-19
1
-2
/
+2
*
Service/sm: Convert srv: to use IPC helpers
Yuri Kunde Schlesner
2017-06-11
1
-49
/
+56
*
Service/sm: Convert 'srv:' to ServiceFramework
Yuri Kunde Schlesner
2017-06-09
4
-49
/
+72
*
Service: Remove unnecessary includes from service.h
Yuri Kunde Schlesner
2017-06-06
2
-0
/
+4
*
Service: Make service registration part of the sm implementation
Yuri Kunde Schlesner
2017-06-06
3
-14
/
+138
*
Service/sm: Use an actual semaphore for the notification semaphore
Yuri Kunde Schlesner
2017-06-06
1
-8
/
+9
*
Service: Move SRV interface to a new sm/ subdirectory
Yuri Kunde Schlesner
2017-06-06
2
-0
/
+213