summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ldn/ldn.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-08-12core: ldn: Address review comments part 2german771-66/+0
2022-08-08core: ldn: Address review commentsNarr the Reg1-1/+0
2022-08-07ldn: Add better stubs and more data typesFearlessTobi1-0/+73
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com> Co-Authored-By: Morph <39850852+Morph1984@users.noreply.github.com>
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2020-11-27service: Eliminate usages of the global system instanceLioncash1-1/+5
Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
2018-07-26service: Add ldn servicesLioncash1-3/+3
Adds ldn services based off information provided by Switch Brew.
2018-07-26service: Add ldr servicesLioncash1-4/+4
Adds the skeleton for the ldr-related services based off the information provided on Switch Brew.
2018-07-25service: Add the es serviceLioncash1-4/+6
Adds the skeleton for the ETicket service based off the information on Switch Brew
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
Tidies up namespace declarations
2018-02-15pl_u: Implement basic shared font loading from RAM dump.bunnei1-3/+3
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2017-12-29service: Add empty interface for pctl:a.bunnei1-3/+3
2017-10-15hle: Add service stubs for apm and appletOE.bunnei1-12/+3
2017-10-15hle: Initial implementation of NX service framework and IPC.bunnei1-0/+25