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
/
lm
/
lm.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
logger: Add LM service logging category.
bunnei
2018-02-05
1
-2
/
+2
*
lm: Ensure log string is non-empty before checking back().
bunnei
2018-02-05
1
-1
/
+1
*
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-25
1
-2
/
+2
*
service: Fix all incorrect IPC response headers.
bunnei
2018-01-25
1
-14
/
+4
*
Services: Added a todo about returning interfaces as domain objects in lm, hid and time.
Subv
2018-01-23
1
-0
/
+3
*
LM: Don't create an unnecessary port in Initialize.
Subv
2018-01-22
1
-12
/
+10
*
lm: Minor logging fix to skip a byte.
bunnei
2018-01-18
1
-0
/
+7
*
lm: Fix IPC header for Initialize.
bunnei
2018-01-15
1
-1
/
+1
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
1
-1
/
+1
*
Services: Allow lm to log single-character messages.
Subv
2018-01-10
1
-7
/
+3
*
IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests.
Subv
2018-01-07
1
-1
/
+1
*
lm: Assert on unsupported multi-message.
bunnei
2018-01-06
1
-0
/
+9
*
lm: Improve Log() to format a useful string.
bunnei
2018-01-05
1
-10
/
+75
*
service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.
bunnei
2017-12-28
1
-2
/
+0
*
lm: Implement lm::Initialize and Logger::log.
bunnei
2017-10-19
1
-3
/
+62
*
hle: Implement ConvertSessionToDomain, various cleanups.
bunnei
2017-10-15
1
-5
/
+1
*
hle: Add service stubs for apm and appletOE.
bunnei
2017-10-15
1
-1
/
+1
*
hle: Initial implementation of NX service framework and IPC.
bunnei
2017-10-15
1
-0
/
+43