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
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
2
-6
/
+4
*
core: Remove unused includes
ameerj
2021-11-04
1
-3
/
+0
*
lm: Demote guest logs to LOG_DEBUG
ameerj
2021-06-15
1
-27
/
+20
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-3
/
+3
*
lm: Make use of insert_or_assign() in Log()
Lioncash
2021-04-23
1
-1
/
+1
*
lm: Prevent redundant map lookups in Log()
Lioncash
2021-04-23
1
-4
/
+5
*
lm: Resolve -Wextra-semi warning
Lioncash
2021-04-23
1
-1
/
+1
*
lm: Fix ReadLeb128
Chloe Marcec
2021-02-07
1
-7
/
+9
*
Print Process ID and Thread ID as hex
Chloe Marcec
2021-01-24
1
-2
/
+2
*
Clamp string reads to buffer size
Chloe Marcec
2021-01-23
1
-3
/
+5
*
Mark DestinationToString as static
Chloe Marcec
2021-01-20
1
-1
/
+1
*
Mark LogPacketHeaderEntry hash as noexcept
Chloe Marcec
2021-01-20
1
-1
/
+1
*
lm: Recode LM service
Chloe Marcec
2021-01-20
3
-271
/
+286
*
core: Remove unnecessary enum casts in log calls
Lioncash
2020-12-08
1
-1
/
+1
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
1
-10
/
+6
*
ipc_helpers: Remove usage of the global system instance
Lioncash
2020-11-08
1
-0
/
+1
*
lm: Silence no return value warning
Morph
2020-06-23
1
-1
/
+2
*
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