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
/
input_common
/
drivers
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-18
input_common: Add android input engine
Narr the Reg
2
-0
/
+102
2024-01-16
Fix more typos
Viktor Szépe
1
-2
/
+2
2023-11-12
core: hid: Split SL and SR buttons
german77
5
-19
/
+27
2023-10-15
input_common: udp: Avoid crash when trying to map motion before client is ready
german77
1
-0
/
+1
2023-10-03
ci: fix new codespell errors
Liam
1
-1
/
+1
2023-07-07
input_common: set `SDL_HINT_GAMECONTROLLER_USE_BUTTON_LABELS` to 0
Martino Fontana
2
-42
/
+11
2023-07-06
input_common: Avoid potential division by zero
Narr the Reg
1
-2
/
+3
2023-07-01
yuzu: Ensure mouse panning can't be enabled with real mouse emulation
german77
2
-6
/
+13
2023-06-29
input_common: Tune mouse controls
Narr the Reg
1
-37
/
+36
2023-06-28
input_common: Remove duplicated DriverResult enum
german77
2
-20
/
+18
2023-06-25
input_common: Make use of new SDL features
german77
1
-8
/
+20
2023-06-24
Only use SDL wakelock on Linux
zeltermann
1
-0
/
+4
2023-06-22
input_common: Implement native mifare support
Narr the Reg
4
-26
/
+271
2023-06-16
input_common: Add amiibo with originality signature support
Narr the Reg
2
-0
/
+3
2023-06-12
input_common: Redesign mouse panning
Baptiste Marie
2
-52
/
+49
2023-06-03
input_common: Fix virtual amiibos
bunnei
1
-4
/
+4
2023-06-03
android: Various fixes for CI.
bunnei
1
-10
/
+10
2023-06-03
android: Implement amiibo reading from nfc tag
Narr the Reg
2
-4
/
+24
2023-06-03
android: Add motion sensor
Narr the Reg
2
-1
/
+27
2023-05-22
input_common: Implement amiibo writting
Narr the Reg
1
-2
/
+6
2023-05-17
input_common: Fix pro controller amiibo support
Narr the Reg
2
-5
/
+7
2023-05-05
Improve emulation of HD Rumble
marius david
1
-6
/
+29
2023-04-14
input_common: minor fix to mouse movement
Valeri
1
-1
/
+1
2023-03-13
input_common: sdl: Only send last vibration command
german77
1
-1
/
+16
2023-03-12
general: fix spelling mistakes
Liam
6
-8
/
+8
2023-03-08
input_common: Minor typo issues (#9922)
Narr the Reg
2
-3
/
+3
2023-03-08
input_common: Increase mouse sensitivity range
german77
1
-9
/
+18
2023-02-22
input_common: Implement dedicated motion from mouse
Narr the Reg
2
-17
/
+82
2023-02-16
input_common: Split mouse input into individual devices
Narr the Reg
2
-24
/
+81
2023-02-14
remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency
arades79
5
-12
/
+12
2023-02-14
add static lifetime to constexpr values to force compile time evaluation where possible
arades79
5
-12
/
+12
2023-02-10
input_common: Reintroduce custom pro controller support
Narr the Reg
3
-3
/
+65
2023-01-30
input_common: joycon: Fill missing enum data
Narr the Reg
2
-4
/
+2
2023-01-25
input_common: Make use of StoppableTimedWait
Morph
2
-5
/
+6
2023-01-25
input_common: add missing header for libc++ after 340f15d1fa79
Jan Beich
1
-0
/
+1
2023-01-20
input_common: Fix joycon mappings
german77
2
-57
/
+53
2023-01-20
input_common: Address byte review
german77
3
-26
/
+27
2023-01-20
input_common: Drop Pro controller support from custom driver
german77
3
-40
/
+3
2023-01-20
input_common: Implement joycon ir camera
Narr the Reg
2
-9
/
+25
2023-01-20
yuzu: Add ring controller test button
german77
1
-4
/
+5
2023-01-20
input_common: Use DriverResult on all engines
german77
10
-42
/
+39
2023-01-20
Address review comments
german77
1
-1
/
+1
2023-01-20
input_common: Implement joycon nfc
german77
1
-1
/
+3
2023-01-20
input_common: Add dual joycon support
Narr the Reg
1
-24
/
+101
2023-01-20
input_common: Add support for joycon input reports
Narr the Reg
1
-23
/
+24
2023-01-20
core: hid: Enable pulling color data from controllers
Narr the Reg
1
-1
/
+10
2023-01-20
input_common: Disable SDL driver with switch controllers
Narr the Reg
2
-3
/
+20
2023-01-20
input_common: Initial skeleton for custom joycon driver
Narr the Reg
2
-0
/
+722
2023-01-18
input_common: reset sdl motion if data is invalid
german77
1
-19
/
+35
2023-01-07
TAS: Show all script lengths for multiplayer
MonsterDruide1
2
-4
/
+10
2022-12-18
bootmanager: Use proper camera size
german77
1
-0
/
+1
2022-12-17
input_common: Add virtual gamepad
german77
2
-0
/
+151
2022-12-17
camera: Use pre-allocated vector for camera data
ameerj
2
-2
/
+4
2022-12-12
input_common: Filter SDL GUID
Narr the Reg
1
-0
/
+2
2022-12-05
input_common: Allow mifare files
Narr the Reg
2
-16
/
+29
2022-11-27
input_common: Pump sdl events from main thread
german77
2
-10
/
+8
2022-11-23
general: fix compile for Apple Clang
Liam
4
-3
/
+3
2022-11-14
general: Address review comments
german77
2
-2
/
+2
2022-11-13
input_common: Add amiibo applet functions
german77
2
-0
/
+18
2022-10-22
general: Enforce C4800 everywhere except in video_core
Morph
1
-2
/
+2
2022-10-21
input_common: cache vibration tests
german77
4
-11
/
+67
2022-10-04
common: remove "yuzu:" prefix from thread names
Liam
3
-5
/
+5
2022-10-02
service: nfp: address comments
german77
2
-3
/
+3
2022-10-02
input_common: Create virtual amiibo driver
german77
2
-0
/
+162
2022-09-04
input_common: sdl: Always check for motion on reconnect
Narr the Reg
1
-4
/
+7
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
5
-13
/
+9
2022-07-24
input_common: Add camera driver
german77
2
-0
/
+111
2022-06-29
input_common: sdl: lower vibration frequency and use it's own unique thread
german77
2
-1
/
+10
2022-06-07
input_common: Replace usage of string guid to common uuid
Narr the Reg
2
-33
/
+38
2022-05-23
input_common: Make vibration request async
Narr the Reg
2
-2
/
+33
2022-05-23
input_common: touch: Rewrite touch driver to support multiple touch points
german77
2
-31
/
+110
2022-05-02
Revert "gc_adapter: fix libusb import on GCC11.2"
Morph
1
-4
/
+0
2022-05-02
gc_adapter: fix libusb import on GCC11.2
Levi Behunin
1
-0
/
+4
2022-04-28
chore: add missing SPDX tags
Andrea Pappacoda
2
-6
/
+4
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
8
-24
/
+16
2022-04-07
input_common: Replace lock_guard with scoped_lock
Merry
1
-6
/
+6
2022-03-22
input_common: Map sticks correctly when mapped sideways
Narr the Reg
6
-0
/
+71
2022-03-20
input_common: Reduce unused includes
ameerj
1
-1
/
+0
2022-02-07
yuzu: Add auto center on right click
german77
1
-3
/
+3
2022-02-07
input_common: Remove battery duplicated struct and update every button press
german77
3
-15
/
+18
2022-02-05
general: Rename NewUUID to UUID, and remove the previous UUID impl
Morph
8
-13
/
+13
2022-02-05
input/hid: Migrate to the new UUID implementation
Morph
8
-17
/
+17
2022-02-02
yuzu: ui: Improve battery symbols
Narr the Reg
1
-3
/
+2
2022-01-30
input_common: Add home and hard touch press buttons to UDP controllers
german77
2
-3
/
+16
2022-01-27
input_common: Add DS5 to HD rumble list
Narr the Reg
1
-2
/
+3
2022-01-24
input_common/udp_client: Replace deprecated from_string()/to_ulong() functions
Lioncash
1
-2
/
+2
2022-01-24
input_common/udp_client: Prevent unnecessary string copies
Lioncash
2
-4
/
+4
2022-01-17
input_common: Report battery for UDP controllers
Narr the Reg
2
-0
/
+25
2022-01-17
input_common: fix copy-paste error
Valeri
1
-1
/
+1
2022-01-17
input_common: Reintroduce motion from mouse and use button names
german77
2
-1
/
+34
2022-01-15
Xbox controller default name nit pick
gidoly
1
-2
/
+2
2022-01-15
Change default name for ps controllers
gidoly
1
-0
/
+6
2022-01-08
input_common: Handle errors on TAS scripts
german77
1
-7
/
+24
2022-01-07
input_common: Fix udp motion not automapping to both sides
german77
1
-8
/
+16
2022-01-07
yuzu: Add controller hotkeys
german77
3
-4
/
+7
2021-12-17
[input_common] Move variable declaration closer to usage
vperus
1
-2
/
+2
2021-12-14
input/SDL: Update SDL hints
Valeri
1
-3
/
+4
2021-12-13
tas_input: Avoid minor copies in Read/WriteCommandButtons()
Lioncash
1
-2
/
+2
2021-12-13
tas_input: Remove unnecessary semicolon
Lioncash
1
-1
/
+1
2021-12-13
tas_input: Execute clear() even if empty
Lioncash
1
-3
/
+2
2021-12-13
tas_input: Remove unnecessary includes
Lioncash
1
-2
/
+2
2021-12-13
tas_input: std::move strings into vector
Lioncash
1
-21
/
+24
2021-12-13
tas_input: Use istringstream over stringstream
Lioncash
1
-2
/
+2
2021-12-13
tas_input: Use u8string_view instead of u8string
Lioncash
2
-6
/
+7
2021-12-13
tas_input: Remove unused std::smatch variable
Lioncash
1
-2
/
+0
2021-12-13
tas_input: Amend -Wdocumentation warnings
Lioncash
2
-28
/
+30
2021-12-13
tas_input: Make TasAxes enum an enum class
Lioncash
2
-5
/
+14
2021-12-13
input_engine: Take BasicMotion by const reference with SetMotion() and TriggerOnMotionChange()
Lioncash
1
-2
/
+2
2021-12-13
input_engine: Pass VibrationStatus by const reference in SetRumble()
Lioncash
4
-6
/
+8
2021-12-13
input_engine: std::move engine name where applicable
Lioncash
14
-28
/
+28
2021-11-30
input_common: Fix error with thread name
Narr the Reg
1
-2
/
+1
2021-11-29
Revert of b01aa72
vperus
1
-35
/
+39
2021-11-26
input_common: Fully implement UDP controllers
Narr the Reg
2
-8
/
+254
2021-11-25
input_common: Move button names to the frontend
german77
6
-33
/
+35
2021-11-25
input_common: Fix SDL controller with inverted axis
german77
1
-23
/
+0
2021-11-25
kraken: Address comments from review
german77
10
-23
/
+11
2021-11-25
core/hid: Improve accuary of mouse implementation
german77
2
-8
/
+14
2021-11-25
core/hid: Fully implement native mouse
german77
2
-6
/
+32
2021-11-25
input_common: Allow keyboard to be backwards compatible
german77
2
-14
/
+52
2021-11-25
core/hid: Improve accuracy of the keyboard implementation
german77
2
-4
/
+56
2021-11-25
core/hid: Prevent Emulated controller from flapping with multiple inputs devices
german77
2
-23
/
+12
2021-11-25
second commit lion review
german77
6
-19
/
+18
2021-11-25
settings: Fix Debug controller type options
german77
1
-1
/
+0
2021-11-25
kraken: Address comments from review
german77
7
-23
/
+23
2021-11-25
input_common: Revert deleted TAS functions
german77
2
-18
/
+19
2021-11-25
input_common: Fix GC adapter initialization
german77
1
-12
/
+12
2021-11-25
input_common: Fix UDP uuid
german77
2
-1
/
+11
2021-11-25
input_common: Add multiple vibration curves
german77
1
-14
/
+19
2021-11-25
settings: Fix mouse and keyboard mappings
german77
2
-1
/
+17
2021-11-25
kraken: Address comments from review
german77
2
-2
/
+4
2021-11-25
service/hid: Fix gesture input
german77
2
-2
/
+29
2021-11-25
core/hid: Fix rumble too strong at 1%
german77
1
-1
/
+19
2021-11-25
core/hid: Only signal when needed
german77
5
-23
/
+84
2021-11-25
kraken: Fix errors from rebase and format files
german77
3
-3
/
+4
2021-11-25
core/hid: Add output devices
german77
4
-6
/
+14
2021-11-25
input_common: Rewrite SDL
german77
2
-0
/
+1035
2021-11-25
input_common: Rewrite udp client
german77
2
-0
/
+491
2021-11-25
input_common: Rewrite gc_adapter
german77
4
-0
/
+1131
2021-11-25
input_common: Rewrite touch
german77
2
-0
/
+97
2021-11-25
input_common: Rewrite mouse
german77
2
-0
/
+215
2021-11-25
input_common: Rewrite keyboard
german77
2
-0
/
+79