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
/
kernel
/
server_session.cpp
Age
Commit message (
Expand
)
Author
2017-05-21
Kernel/Sessions: Remove the ClientSession::Create function.
Subv
2017-05-15
Kernel: Use a Session object to keep track of the status of a Client/Server s...
Subv
2017-01-04
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
Subv
2016-12-14
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-09
Moved the HLE command buffer translation task to ServerSession instead of the...
Subv
2016-12-08
Added a framework for partially handling Session disconnections.
Subv
2016-12-08
Use std::move where appropriate.
Subv
2016-12-05
KServerPorts now have an HLE handler "template", which is inherited by all Se...
Subv
2016-12-02
Declare empty ServerSession and ClientSession constructors as default.
Subv
2016-11-30
Fixed the rebase mistakes.
Subv
2016-11-30
A bit of a redesign.
Subv
2016-11-30
fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block ...
Subv
2016-11-30
Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...
Subv