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
*
core: memory: Move to Core::Memory namespace.
bunnei
2020-04-17
1
-4
/
+4
*
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-27
1
-5
/
+5
*
core: Prepare various classes for memory read/write migration
Lioncash
2019-11-27
1
-4
/
+9
*
lm: Flush manager output on core shutdown
Zach Hilman
2019-09-22
2
-5
/
+11
*
lm: Rename Initialize to Log and implement with manager/reporter
Zach Hilman
2019-09-22
1
-140
/
+22
*
lm: Implement manager class to output to reporter
Zach Hilman
2019-09-22
2
-0
/
+233
*
core: Add LM::Manager to system
Zach Hilman
2019-09-22
2
-15
/
+16
*
remove all occurance of specifying endianness inside BitField
Weiyi Wang
2019-02-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
-2
/
+2
*
lm: Implement SetDestination by doing nothing
Lioncash
2018-11-20
1
-1
/
+12
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-1
/
+1
*
lm: Use LOG_DEBUG for printing out trace logs
Lioncash
2018-08-15
1
-1
/
+1
*
lm: Handle threads and modules within the logger
Lioncash
2018-08-15
1
-1
/
+19
*
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