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_port.cpp
Age
Commit message (
Expand
)
Author
2018-10-24
kernel/server_port: Simplify emptiness check within ShouldWait()
Lioncash
2018-10-24
kernel/server_port: Change error case return value in Accept() to ERR_NOT_FOUND
Lioncash
2018-08-28
kernel: Eliminate kernel global state
Lioncash
2018-08-01
kernel: Move object class to its own source files
Lioncash
2018-01-20
Format: Run the new clang format on everything
James Rowe
2017-06-23
Kernel: Implement AcceptSession SVC
Yuri Kunde Schlesner
2017-06-06
Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession
Yuri Kunde Schlesner
2017-06-05
HLE: Move SessionRequestHandler from Service:: to Kernel::
Yuri Kunde Schlesner
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-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-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-06-11
Kernel/SVC: Implemented svcCreatePort.
Subv
2016-06-05
Kernel: Added ClientPort and ServerPort classes.
Subv