index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
ldn
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
service: move hle_ipc from kernel
Liam
2023-03-01
2
-38
/
+38
*
service: refactor server architecture
Liam
2023-02-21
2
-13
/
+12
*
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
2023-02-03
1
-2
/
+2
*
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"
liamwhite
2023-02-02
1
-2
/
+2
*
hle_ipc: Rename ReadBufferSpan to ReadBuffer
ameerj
2022-12-29
1
-2
/
+2
*
service: Use ReadBufferSpan where it is trivial to do so
ameerj
2022-12-25
1
-2
/
+2
*
service: Make use of buffer element count helpers
Lioncash
2022-11-23
1
-2
/
+2
*
kernel: remove KWritableEvent
Liam
2022-10-13
1
-1
/
+1
*
Address some review comments
FearlessTobi
2022-09-20
4
-48
/
+34
*
ldn: Initial implementation
FearlessTobi
2022-09-09
4
-116
/
+940
*
Address review comments
FearlessTobi
2022-09-02
1
-13
/
+6
*
core/ldn_types: Minor corrections and additions
FearlessTobi
2022-08-27
1
-1
/
+16
*
core: ldn: Address review comments part 2
german77
2022-08-12
2
-334
/
+297
*
core: ldn: Address review comments
Narr the Reg
2022-08-08
4
-56
/
+46
*
ldn: Add better stubs and more data types
FearlessTobi
2022-08-07
5
-71
/
+771
*
core: Replace all instances of ResultCode with Result
german77
2022-06-27
1
-1
/
+1
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
3
-9
/
+6
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-8
/
+8
*
ldn: Add and stub lp2p:sys lp2p:app INetworkServiceMonitor INetworkService
german77
2021-05-26
1
-0
/
+141
*
core: hle: ldn: Error out on call to Initialization.
bunnei
2021-02-27
1
-1
/
+1
*
hle: service: ldn: IUserLocalCommunicationService: Improve the stub.
bunnei
2021-02-14
1
-5
/
+29
*
hle: service: ldn: IUserLocalCommunicationService: Indicate that LDN is disabled.
bunnei
2021-02-14
2
-3
/
+18
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
2
-15
/
+20
*
ldn: Update function table
VolcaEM
2020-06-27
1
-0
/
+1
*
IUserLocalCommunicationService: add function Initialize2
Nguyen Dac Nam
2020-02-16
1
-1
/
+9
*
HLE: correct function name of IUserLocalCommunicationService
Nguyen Dac Nam
2020-02-16
1
-1
/
+1
*
service: Update service function tables
Lioncash
2019-04-11
1
-4
/
+50
*
Changed logging to be "Log before execution", Added more error logging, all services should now log on some level
David Marcec
2018-11-26
1
-6
/
+6
*
service: Add ldn services
Lioncash
2018-07-26
2
-0
/
+158