summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/lm (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-03Rename logging macro back to LOG_*James Rowe1-6/+6
2018-04-24lm: Move logging macros over to new fmt-compatible onesLioncash1-6/+6
2018-04-20service: Use nested namespace specifiers where applicableLioncash2-8/+4
2018-02-13Service/lm: add support to multiline logsmailwl1-20/+49
2018-02-05logger: Add LM service logging category.bunnei1-2/+2
2018-02-05lm: Ensure log string is non-empty before checking back().bunnei1-1/+1
2018-01-25hle: Rename RequestBuilder to ResponseBuilder.bunnei1-2/+2
2018-01-25service: Fix all incorrect IPC response headers.bunnei1-14/+4
2018-01-23Services: Added a todo about returning interfaces as domain objects in lm, hid and time.Subv1-0/+3
2018-01-22LM: Don't create an unnecessary port in Initialize.Subv2-15/+10
2018-01-18lm: Minor logging fix to skip a byte.bunnei1-0/+7
2018-01-15lm: Fix IPC header for Initialize.bunnei1-1/+1
2018-01-13yuzu: Update license text to be consistent across project.bunnei2-2/+2
2018-01-10Services: Allow lm to log single-character messages.Subv1-7/+3
2018-01-07IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests.Subv1-1/+1
2018-01-06lm: Assert on unsupported multi-message.bunnei1-0/+9
2018-01-05lm: Improve Log() to format a useful string.bunnei1-10/+75
2017-12-28service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.bunnei2-4/+2
2017-10-19lm: Implement lm::Initialize and Logger::log.bunnei2-3/+67
2017-10-15hle: Implement ConvertSessionToDomain, various cleanups.bunnei1-5/+1
2017-10-15hle: Add service stubs for apm and appletOE.bunnei1-1/+1
2017-10-15hle: Initial implementation of NX service framework and IPC.bunnei2-0/+68