summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ldn/ldn.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-13kernel: remove KWritableEventLiam1-1/+1
2022-09-20Address some review commentsFearlessTobi1-2/+0
2022-09-09ldn: Initial implementationFearlessTobi1-99/+130
2022-08-12core: ldn: Address review comments part 2german771-268/+297
2022-08-08core: ldn: Address review commentsNarr the Reg1-35/+41
2022-08-07ldn: Add better stubs and more data typesFearlessTobi1-59/+372
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.
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-8/+8
Transition to PascalCase for result names.
2021-05-26ldn: Add and stub lp2p:sys lp2p:app INetworkServiceMonitor INetworkServicegerman771-0/+141
2021-02-27core: hle: ldn: Error out on call to Initialization.bunnei1-1/+1
- Since we do not emulate LDN, returning an error here makes more sense.
2021-02-14hle: service: ldn: IUserLocalCommunicationService: Improve the stub.bunnei1-5/+29
2021-02-14hle: service: ldn: IUserLocalCommunicationService: Indicate that LDN is disabled.bunnei1-3/+5
- Fixes crash on Pokemon Sword/Shield when pressing 'Y'.
2020-11-27service: Eliminate usages of the global system instanceLioncash1-14/+15
Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
2020-06-27ldn: Update function tableVolcaEM1-0/+1
This was based on Switchbrew page: https://switchbrew.org/wiki/LDN_services
2020-02-16IUserLocalCommunicationService: add function Initialize2Nguyen Dac Nam1-1/+9
2020-02-16HLE: correct function name of IUserLocalCommunicationServiceNguyen Dac Nam1-1/+1
402: function name should be Initialize2 (7.0.0+) not SetOperationMode Follow by: https://switchbrew.org/wiki/LDN_services#IUserLocalCommunicationService
2019-04-11service: Update service function tablesLioncash1-4/+50
Updates function tables based off information from SwitchBrew.
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-6/+6
2018-07-26service: Add ldn servicesLioncash1-0/+142
Adds ldn services based off information provided by Switch Brew.