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
/
hid
/
hidbus
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
memory: rename global memory references to application memory
Liam
2023-03-24
1
-2
/
+2
*
kernel: use KTypedAddress for addresses
Liam
2023-03-22
2
-4
/
+4
*
hid: avoid direct pointer access of transfer memory objects
Liam
2023-02-24
8
-26
/
+28
*
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
2023-02-03
7
-7
/
+9
*
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"
liamwhite
2023-02-02
7
-9
/
+7
*
Merge pull request #9508 from ameerj/hle-ipc-buffer-span
bunnei
2023-01-30
7
-7
/
+9
|
\
|
*
hidbus: Use ReadBufferSpan
ameerj
2022-12-29
7
-7
/
+9
*
|
core: hid: Only set the polling mode to the correct side
Narr the Reg
2023-01-20
1
-2
/
+4
*
|
core: hid: Migrate ring from emulated devices to emulated controller
Narr the Reg
2023-01-20
2
-4
/
+6
|
/
*
kernel: remove KWritableEvent
Liam
2022-10-13
1
-4
/
+4
*
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
8
-24
/
+16
*
yuzu: Add custom ringcon configuration
german77
2022-04-16
4
-63
/
+51
*
hidbus: Implement hidbus and ringcon
german77
2022-04-16
8
-0
/
+984