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
Age
Commit message (
Expand
)
Author
2018-01-19
Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113)
David
2018-01-17
controller: Use DuplicateSession for DuplicateSessionEx.
bunnei
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
2018-01-07
IPC: Make DuplicateSession return the Domain instead of the Session if the re...
Subv
2018-01-07
IPC: Corrected some command headers in the IPC Controller interface.
Subv
2018-01-07
IPC: Take the number of domain objects as a parameter in MakeBuilder.
Subv
2018-01-07
SM: Fixed connecting to services with an 8-byte name, like appletOE.
Subv
2018-01-07
IPC: Fixed pushing ResultCodes into the command buffer.
Subv
2018-01-07
IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain obj...
Subv
2018-01-07
IPC: Skip the entire u64 of the command id when receiving an IPC request.
Subv
2017-12-29
controller: Implement DuplicateSession.
bunnei
2017-12-29
kernel: Fix implementation of ConvertSessionToDomain.
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-15
hle: Implement ConvertSessionToDomain, various cleanups.
bunnei
2017-10-14
hle: Add service stubs for apm and appletOE.
bunnei
2017-10-14
hle: Initial implementation of NX service framework and IPC.
bunnei
2017-10-09
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-09-24
HLE/SRV: Implemented RegisterService.
Subv
2017-06-18
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
2017-06-11
Service/sm: Convert srv: to use IPC helpers
Yuri Kunde Schlesner
2017-06-08
Service/sm: Convert 'srv:' to ServiceFramework
Yuri Kunde Schlesner
2017-06-06
Service: Remove unnecessary includes from service.h
Yuri Kunde Schlesner
2017-06-06
Service: Make service registration part of the sm implementation
Yuri Kunde Schlesner
2017-06-06
Service/sm: Use an actual semaphore for the notification semaphore
Yuri Kunde Schlesner
2017-06-06
Service: Move SRV interface to a new sm/ subdirectory
Yuri Kunde Schlesner
[prev]