summaryrefslogtreecommitdiff
path: root/src/core/hle/service/ldn (follow)
Commit message (Expand)AuthorAgeFilesLines
* ldn: return no connection from GetStateForMonitorGravatar Liam2024-02-242-5/+9
* service: ldn: Migrate and refractor service to new IPCGravatar Narr the Reg2024-02-1117-778/+898
* Implemented qlaunch version of the controller appletGravatar FrozenAra2023-11-191-1/+9
* service: ldn: Implement lp2p:m and stub IMonitorServiceGravatar Narr the Reg2023-10-011-2/+89
* service: move hle_ipc from kernelGravatar Liam2023-03-012-38/+38
* service: refactor server architectureGravatar Liam2023-02-212-13/+12
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"Gravatar ameerj2023-02-031-2/+2
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...Gravatar liamwhite2023-02-021-2/+2
* hle_ipc: Rename ReadBufferSpan to ReadBufferGravatar ameerj2022-12-281-2/+2
* service: Use ReadBufferSpan where it is trivial to do soGravatar ameerj2022-12-251-2/+2
* service: Make use of buffer element count helpersGravatar Lioncash2022-11-231-2/+2
* kernel: remove KWritableEventGravatar Liam2022-10-121-1/+1
* Address some review commentsGravatar FearlessTobi2022-09-204-48/+34
* ldn: Initial implementationGravatar FearlessTobi2022-09-094-116/+940
* Address review commentsGravatar FearlessTobi2022-09-021-13/+6
* core/ldn_types: Minor corrections and additionsGravatar FearlessTobi2022-08-271-1/+16
* core: ldn: Address review comments part 2Gravatar german772022-08-112-334/+297
* core: ldn: Address review commentsGravatar Narr the Reg2022-08-084-56/+46
* ldn: Add better stubs and more data typesGravatar FearlessTobi2022-08-075-71/+771
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-261-1/+1
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-233-9/+6
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-021-8/+8
* ldn: Add and stub lp2p:sys lp2p:app INetworkServiceMonitor INetworkServiceGravatar german772021-05-261-0/+141
* core: hle: ldn: Error out on call to Initialization.Gravatar bunnei2021-02-271-1/+1
* hle: service: ldn: IUserLocalCommunicationService: Improve the stub.Gravatar bunnei2021-02-131-5/+29
* hle: service: ldn: IUserLocalCommunicationService: Indicate that LDN is disab...Gravatar bunnei2021-02-132-3/+18
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-262-15/+20
* ldn: Update function tableGravatar VolcaEM2020-06-271-0/+1
* IUserLocalCommunicationService: add function Initialize2Gravatar Nguyen Dac Nam2020-02-161-1/+9
* HLE: correct function name of IUserLocalCommunicationServiceGravatar Nguyen Dac Nam2020-02-161-1/+1
* service: Update service function tablesGravatar Lioncash2019-04-111-4/+50
* Changed logging to be "Log before execution", Added more error logging, all s...Gravatar David Marcec2018-11-261-6/+6
* service: Add ldn servicesGravatar Lioncash2018-07-262-0/+158