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
/
controller.cpp
Age
Commit message (
Expand
)
Author
2018-09-25
service: Add missing headers inclusions where applicable
Lioncash
2018-09-06
core/core: Remove unnecessary sm/controller include
Lioncash
2018-08-15
Merge pull request #1080 from lioncash/ret
bunnei
2018-08-15
kernel/server_session: Add IsSession() member function
Lioncash
2018-08-15
sm/controller: Correct return value of QueryPointerBufferSize
Lioncash
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-04-24
sm: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-02-03
controller: DuplicateSession should return a ClientSession.
bunnei
2018-01-24
ResponseBuilder: Use a bit field for customizing instead of always_move_handles.
bunnei
2018-01-24
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-24
service: Fix all incorrect IPC response headers.
bunnei
2018-01-24
hle: Integrate Domain handling into ServerSession.
bunnei
2018-01-24
hle: Remove Domain and SyncObject kernel objects.
bunnei
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 Cleanup: Remove 3DS-specific code and translate copy, move and domain obj...
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-15
hle: Implement ConvertSessionToDomain, various cleanups.
bunnei
2017-10-14
hle: Initial implementation of NX service framework and IPC.
bunnei