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
/
glue
/
arp.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
service: move hle_ipc from kernel
Liam
2023-03-01
1
-10
/
+10
*
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
2023-02-03
1
-1
/
+2
*
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"
liamwhite
2023-02-02
1
-2
/
+1
*
hle_ipc: Rename ReadBuffer to ReadBufferCopy
ameerj
2022-12-29
1
-1
/
+2
*
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
1
-3
/
+2
*
general: Rename GetTitleID to GetProgramID
Morph
2021-11-04
1
-1
/
+1
*
core: Remove unused includes
ameerj
2021-11-04
1
-1
/
+0
*
service: Reduce header include overhead
Morph
2021-10-07
1
-2
/
+0
*
service: Append service name prefix to common filenames
Morph
2021-07-14
1
-1
/
+1
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-8
/
+8
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-06
1
-1
/
+1
*
arp: Use type alias for issue function
Lioncash
2021-04-19
1
-4
/
+4
*
arp: Prevent uninitialized read of launch member variable
Lioncash
2021-04-19
1
-1
/
+1
*
arp: Use proper names, update to 12.x
german77
2021-04-09
1
-2
/
+9
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
1
-6
/
+7
*
ipc_helpers: Remove usage of the global system instance
Lioncash
2020-11-08
1
-0
/
+1
*
glue: Correct missing bytes in ApplicationLaunchParameter
Zach Hilman
2019-06-26
1
-9
/
+21
*
glue: Implement arp:w and arp:r services
Zach Hilman
2019-06-25
1
-0
/
+285