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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lm: Amend name of ILogger
Lioncash
2018-08-01
1
-4
/
+4
*
lm: Move LM's class declaration into the cpp file
Lioncash
2018-07-26
2
-37
/
+31
*
lm: Amend names of Initialize() in Logger and Initialize() in LM
Lioncash
2018-07-26
2
-7
/
+7
*
lm: Add missing function entry to Logger's function table
Lioncash
2018-07-26
1
-0
/
+1
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-6
/
+6
*
lm: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-6
/
+6
*
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-20
2
-8
/
+4
*
Service/lm: add support to multiline logs
mailwl
2018-02-13
1
-20
/
+49
*
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
2
-15
/
+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
2
-2
/
+2
*
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
2
-4
/
+2
*
lm: Implement lm::Initialize and Logger::log.
bunnei
2017-10-19
2
-3
/
+67
*
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
2
-0
/
+68