index
:
yuzu-android
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
ldn
Age
Commit message (
Expand
)
Author
2024-02-11
service: ldn: Migrate and refractor service to new IPC
Narr the Reg
2023-11-19
Implemented qlaunch version of the controller applet
FrozenAra
2023-10-01
service: ldn: Implement lp2p:m and stub IMonitorService
Narr the Reg
2023-03-01
service: move hle_ipc from kernel
Liam
2023-02-21
service: refactor server architecture
Liam
2023-02-03
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
2023-02-02
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...
liamwhite
2022-12-28
hle_ipc: Rename ReadBufferSpan to ReadBuffer
ameerj
2022-12-25
service: Use ReadBufferSpan where it is trivial to do so
ameerj
2022-11-23
service: Make use of buffer element count helpers
Lioncash
2022-10-12
kernel: remove KWritableEvent
Liam
2022-09-20
Address some review comments
FearlessTobi
2022-09-09
ldn: Initial implementation
FearlessTobi
2022-09-02
Address review comments
FearlessTobi
2022-08-27
core/ldn_types: Minor corrections and additions
FearlessTobi
2022-08-11
core: ldn: Address review comments part 2
german77
2022-08-08
core: ldn: Address review comments
Narr the Reg
2022-08-07
ldn: Add better stubs and more data types
FearlessTobi
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-26
ldn: Add and stub lp2p:sys lp2p:app INetworkServiceMonitor INetworkService
german77
2021-02-27
core: hle: ldn: Error out on call to Initialization.
bunnei
2021-02-13
hle: service: ldn: IUserLocalCommunicationService: Improve the stub.
bunnei
2021-02-13
hle: service: ldn: IUserLocalCommunicationService: Indicate that LDN is disab...
bunnei
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-06-27
ldn: Update function table
VolcaEM
2020-02-16
IUserLocalCommunicationService: add function Initialize2
Nguyen Dac Nam
2020-02-16
HLE: correct function name of IUserLocalCommunicationService
Nguyen Dac Nam
2019-04-11
service: Update service function tables
Lioncash
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-07-26
service: Add ldn services
Lioncash