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