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
/
service
/
sm
/
controller.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: Implement a more accurate IPC dispatch.
bunnei
2019-11-28
1
-4
/
+1
*
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
bunnei
2019-11-25
1
-1
/
+1
*
kernel/server_session: Make data members private
Lioncash
2019-03-06
1
-1
/
+1
*
Changed logging to be "Log before execution", Added more error logging, all services should now log on some level
David Marcec
2018-11-26
1
-5
/
+6
*
service: Add missing headers inclusions where applicable
Lioncash
2018-09-25
1
-0
/
+3
*
core/core: Remove unnecessary sm/controller include
Lioncash
2018-09-06
1
-0
/
+2
*
Merge pull request #1080 from lioncash/ret
bunnei
2018-08-16
1
-1
/
+1
|
\
|
*
sm/controller: Correct return value of QueryPointerBufferSize
Lioncash
2018-08-15
1
-1
/
+1
*
|
kernel/server_session: Add IsSession() member function
Lioncash
2018-08-15
1
-1
/
+1
|
/
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-4
/
+4
*
sm: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-4
/
+4
*
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-20
1
-4
/
+2
*
controller: DuplicateSession should return a ClientSession.
bunnei
2018-02-03
1
-4
/
+9
*
ResponseBuilder: Use a bit field for customizing instead of always_move_handles.
bunnei
2018-01-25
1
-1
/
+1
*
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-25
1
-3
/
+3
*
service: Fix all incorrect IPC response headers.
bunnei
2018-01-25
1
-2
/
+1
*
hle: Integrate Domain handling into ServerSession.
bunnei
2018-01-25
1
-7
/
+5
*
hle: Remove Domain and SyncObject kernel objects.
bunnei
2018-01-25
1
-1
/
+0
*
controller: Use DuplicateSession for DuplicateSessionEx.
bunnei
2018-01-18
1
-1
/
+7
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
1
-1
/
+1
*
IPC: Make DuplicateSession return the Domain instead of the Session if the request was made on a Domain interface.
Subv
2018-01-07
1
-1
/
+5
*
IPC: Corrected some command headers in the IPC Controller interface.
Subv
2018-01-07
1
-4
/
+2
*
IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests.
Subv
2018-01-07
1
-1
/
+1
*
controller: Implement DuplicateSession.
bunnei
2017-12-29
1
-9
/
+10
*
kernel: Fix implementation of ConvertSessionToDomain.
bunnei
2017-12-29
1
-12
/
+6
*
service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.
bunnei
2017-12-28
1
-2
/
+0
*
hle: Implement ConvertSessionToDomain, various cleanups.
bunnei
2017-10-15
1
-6
/
+24
*
hle: Initial implementation of NX service framework and IPC.
bunnei
2017-10-15
1
-0
/
+42