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
/
hid
/
emulated_devices.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-05
hid_core: Move hid to it's own subproject
Narr the Reg
1
-483
/
+0
2023-02-22
core: hid: Fix native mouse mappings
Narr the Reg
1
-40
/
+43
2023-02-16
input_common: Split mouse input into individual devices
Narr the Reg
1
-0
/
+3
2023-02-14
remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency
arades79
1
-1
/
+1
2023-02-14
add static lifetime to constexpr values to force compile time evaluation where possible
arades79
1
-1
/
+1
2023-01-20
core: hid: Migrate ring from emulated devices to emulated controller
Narr the Reg
1
-46
/
+0
2022-11-28
common/input: Add helpers functions for creating input and output devices
Lioncash
1
-7
/
+7
2022-11-27
yuzu-cmd: Fix input callback crash on close
german77
1
-0
/
+1
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2022-04-16
yuzu: Add custom ringcon configuration
german77
1
-0
/
+45
2022-04-07
core: hid: Replace lock_guard with scoped_lock
Narr the Reg
1
-11
/
+11
2022-04-07
core: hid: Reduce the amount of dataraces
german77
1
-7
/
+26
2021-12-14
common/input: Avoid numerous large copies of CallbackStatus
Lioncash
1
-29
/
+37
2021-11-25
core/hid: Improve accuary of mouse implementation
german77
1
-5
/
+5
2021-11-25
core/hid: Fully implement native mouse
german77
1
-31
/
+93
2021-11-25
input_common: Allow keyboard to be backwards compatible
german77
1
-6
/
+22
2021-11-25
core/hid: Improve accuracy of the keyboard implementation
german77
1
-1
/
+2
2021-11-25
second commit lion review
german77
1
-2
/
+3
2021-11-25
kraken: Address comments from review
german77
1
-14
/
+23
2021-11-25
core/hid: Rework battery mappings
german77
1
-1
/
+1
2021-11-25
settings: Fix mouse and keyboard mappings
german77
1
-7
/
+12
2021-11-25
Morph review first wave
german77
1
-2
/
+2
2021-11-25
core/hid: Documment some files
german77
1
-4
/
+12
2021-11-25
core/hid: Add emulated controllers
german77
1
-0
/
+349