index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
hid
/
controllers
/
npad.cpp
Age
Commit message (
Expand
)
Author
2022-06-13
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-05-27
service: hid: Implement ResetIsSixAxisSensorDeviceNewlyAssigned
german77
2022-05-27
service: hid: Implement LoadSixAxisSensorCalibrationParameter and GetSixAxisS...
german77
2022-05-27
service: hid: Implement EnableSixAxisSensorUnalteredPassthrough and IsSixAxis...
german77
2022-05-27
service: hid: Add error handling to sixaxis functions
german77
2022-05-27
service: hid: Refractor sixaxis functions
german77
2022-05-27
service: hid: Implement MergeSingleJoyAsDualJoy according to RE
german77
2022-05-27
service: hid: Add error handling to setNpadAssignment and variants
german77
2022-05-27
service: hid: Quick RE fixes and comments
german77
2022-05-06
service: hid: Fix motion refresh rate
Narr the Reg
2022-05-06
service: hid: Disable correctly motion input
german77
2022-04-23
service: hid: Access shared memory directly
Narr the Reg
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-04-18
service: hid: Improve accuracy of sixaxis functions
Narr the Reg
2022-04-07
core/hle: Replace lock_guard with scoped_lock
Merry
2022-03-31
service: hid: Remove inaccurate behavior on initialization
german77
2021-12-16
core/hid: Cancel any vibration after the test
Narr the Reg
2021-12-05
service/hid: Implement SetNpadJoyAssignmentMode
german77
2021-12-04
core/hid: Ensure only valid npad are connected
german77
2021-11-29
npad: Return NpadButton in GetAndResetPressState
Morph
2021-11-29
general: Fix handheld typo
Morph
2021-11-27
settings: Add debug setting to enable all controllers
german77
2021-11-24
service/hid: Finish converting LIFO objects and address some nits
Narr the Reg
2021-11-24
kraken: Address comments from review
german77
2021-11-24
core/hid: Remove usage of native types, fix a couple of errors with motion
german77
2021-11-24
service/hid: Remove includes of core.h and settings.h
german77
2021-11-24
service/hid: Add support for new controllers
german77
2021-11-24
core/hid: Rename NpadType to NpadStyleIndex
german77
2021-11-24
second commit lion review
german77
2021-11-24
core/hid: Update structs to 13.1.0
german77
2021-11-24
core/hid: Rework battery mappings
german77
2021-11-24
Morph review first wave
german77
2021-11-24
service/hid: Match shared memory closer to HW
german77
2021-11-24
kraken: Address comments from review
german77
2021-11-24
core/hid: Only signal when needed
german77
2021-11-24
hid: Fix controller connection/disconnection
german77
2021-11-24
core/hid: Add output devices
german77
2021-11-24
service/hid: Rewrite npad to use ring lifo and the emulated controller
german77
2021-11-03
core: Remove unused includes
ameerj
2021-07-20
hle: service: hid: npad: Remove unused kernel reference.
bunnei
2021-07-20
hle: service: Add a helper module for managing kernel objects.
bunnei
2021-07-10
npad: Disable vibration check if disabled
german77
2021-06-22
npad: Fix data race when updating devices
Rodrigo Locatti
2021-05-05
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
bunnei
2021-05-05
hle: kernel: Refactor several threads/events/sharedmemory to use slab heaps.
bunnei
2021-05-05
hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
bunnei
2021-05-05
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-05-05
hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.
bunnei
2021-05-04
service: Resolve cases of member field shadowing
Lioncash
2021-04-23
hid: Implement SevenSixAxis and ConsoleSixAxisSensor
german77
[next]