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
2021-07-14
service: Append service name prefix to common filenames
Morph
2021-06-04
hle: kernel: Refactor to allocate a ServiceThread per service handler.
bunnei
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-20
hle: kernel: Implement CloneCurrentObject and improve session management.
bunnei
2021-05-10
hle: kernel: KSession: Improve implementation of CloneCurrentObject.
bunnei
2021-05-10
hle: service: sm: Increase point buffer size.
bunnei
2021-05-05
hle: kernel: Remove deprecated Object class.
bunnei
2021-05-05
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObj...
bunnei
2021-05-05
hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.
bunnei
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-06-29
Remove duplicate functions
VolcaEM
2020-06-29
Use decimal instead of hexadecimal
VolcaEM
2020-06-29
service: Update function tables
VolcaEM
2020-03-23
sm/controller: Increase PointerBufferSize
FearlessTobi
2019-11-28
kernel: Implement a more accurate IPC dispatch.
bunnei
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-03-05
kernel/server_session: Make data members private
Lioncash
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
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