summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ldn (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: move hle_ipc from kernelLiam2023-03-012-38/+38
|
* service: refactor server architectureLiam2023-02-212-13/+12
| | | | Converts services to have their own processes
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj2023-02-031-2/+2
| | | | | This reverts commit 25fc5c0e1158cb8e81cbc769b24ad84032a1fbfd, reversing changes made to af20e25081f97d55b451606c87922e2b49f0d363.
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite2023-02-021-2/+2
|
* hle_ipc: Rename ReadBufferSpan to ReadBufferameerj2022-12-291-2/+2
|
* service: Use ReadBufferSpan where it is trivial to do soameerj2022-12-251-2/+2
|
* service: Make use of buffer element count helpersLioncash2022-11-231-2/+2
|
* kernel: remove KWritableEventLiam2022-10-131-1/+1
|
* Address some review commentsFearlessTobi2022-09-204-48/+34
|
* ldn: Initial implementationFearlessTobi2022-09-094-116/+940
|
* Address review commentsFearlessTobi2022-09-021-13/+6
|
* core/ldn_types: Minor corrections and additionsFearlessTobi2022-08-271-1/+16
|
* core: ldn: Address review comments part 2german772022-08-122-334/+297
|
* core: ldn: Address review commentsNarr the Reg2022-08-084-56/+46
|
* ldn: Add better stubs and more data typesFearlessTobi2022-08-075-71/+771
| | | | | Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com> Co-Authored-By: Morph <39850852+Morph1984@users.noreply.github.com>
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-1/+1
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-233-9/+6
| | | | | 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.
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-8/+8
| | | | Transition to PascalCase for result names.
* ldn: Add and stub lp2p:sys lp2p:app INetworkServiceMonitor INetworkServicegerman772021-05-261-0/+141
|
* core: hle: ldn: Error out on call to Initialization.bunnei2021-02-271-1/+1
| | | | - Since we do not emulate LDN, returning an error here makes more sense.
* hle: service: ldn: IUserLocalCommunicationService: Improve the stub.bunnei2021-02-141-5/+29
|
* hle: service: ldn: IUserLocalCommunicationService: Indicate that LDN is disabled.bunnei2021-02-142-3/+18
| | | | - Fixes crash on Pokemon Sword/Shield when pressing 'Y'.
* service: Eliminate usages of the global system instanceLioncash2020-11-272-15/+20
| | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
* ldn: Update function tableVolcaEM2020-06-271-0/+1
| | | This was based on Switchbrew page: https://switchbrew.org/wiki/LDN_services
* IUserLocalCommunicationService: add function Initialize2Nguyen Dac Nam2020-02-161-1/+9
|
* HLE: correct function name of IUserLocalCommunicationServiceNguyen Dac Nam2020-02-161-1/+1
| | | | 402: function name should be Initialize2 (7.0.0+) not SetOperationMode Follow by: https://switchbrew.org/wiki/LDN_services#IUserLocalCommunicationService
* service: Update service function tablesLioncash2019-04-111-4/+50
| | | | Updates function tables based off information from SwitchBrew.
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-6/+6
|
* service: Add ldn servicesLioncash2018-07-262-0/+158
Adds ldn services based off information provided by Switch Brew.