index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
server_session.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starvation.
Subv
2018-02-18
1
-9
/
+5
*
hle: Integrate Domain handling into ServerSession.
bunnei
2018-01-25
1
-1
/
+17
*
Format: Run the new clang format on everything
James Rowe
2018-01-21
1
-1
/
+1
*
kernel: Fix implementation of ConvertSessionToDomain.
bunnei
2017-12-29
1
-10
/
+0
*
hle: Implement ConvertSessionToDomain, various cleanups.
bunnei
2017-10-15
1
-0
/
+10
*
Kernel/ServerSession: Keep track of which threads have issued sync requests.
Subv
2017-06-25
1
-2
/
+12
*
Session: Remove/add some forward declarations
Yuri Kunde Schlesner
2017-06-08
1
-1
/
+1
*
Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession
Yuri Kunde Schlesner
2017-06-06
1
-8
/
+12
*
HLE: Move SessionRequestHandler from Service:: to Kernel::
Yuri Kunde Schlesner
2017-06-06
1
-5
/
+4
*
Kernel: Move HandleTable to a separate file
Yuri Kunde Schlesner
2017-05-30
1
-1
/
+1
*
Kernel: Move WaitObject to a separate file
Yuri Kunde Schlesner
2017-05-30
1
-0
/
+1
*
Kernel: Use a Session object to keep track of the status of a Client/Server session pair.
Subv
2017-05-15
1
-3
/
+9
*
Doxygen: Amend minor issues (#2593)
Mat M
2017-02-27
1
-1
/
+2
*
Core: Remove unnecessary include in thread.h
Yuri Kunde Schlesner
2017-02-27
1
-0
/
+1
*
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
Subv
2017-01-04
1
-2
/
+2
*
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-14
1
-10
/
+15
*
Moved the HLE command buffer translation task to ServerSession instead of the HLE handler superclass.
Subv
2016-12-09
1
-0
/
+10
*
Use std::move where appropriate.
Subv
2016-12-08
1
-1
/
+3
*
KServerPorts now have an HLE handler "template", which is inherited by all ServerSessions created from it.
Subv
2016-12-05
1
-15
/
+15
*
Fixed the rebase mistakes.
Subv
2016-12-01
1
-3
/
+6
*
A bit of a redesign.
Subv
2016-12-01
1
-159
/
+8
*
fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.
Subv
2016-12-01
1
-1
/
+1
*
Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.
Subv
2016-12-01
1
-0
/
+225