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
/
hid.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: 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-04-29
Merge pull request #8274 from german77/firmware
Morph
2022-04-27
service: hid: Stub IsFirmwareUpdateNeededForNotification
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-16
hidbus: Implement hidbus and ringcon
german77
2022-04-05
service: hid: Partially revert #8123
german77
2022-04-02
Merge pull request #8123 from german77/bombslinger
bunnei
2022-03-31
service: hid: Remove inaccurate behavior on initialization
german77
2022-03-30
service: hid: Signal event on AcquireNpadStyleSetUpdateEventHandle
Narr the Reg
2022-02-12
hid: Stub IsUsbFullKeyControllerEnabled
lat9nq
2022-01-19
service/hid: Initialize applet_resource on SetNpadAnalogStickUseCenterClamp
german77
2022-01-12
service/hid: Decrease motion update rate
Narr the Reg
2021-12-16
core/hid: Cancel any vibration after the test
Narr the Reg
2021-12-07
Merge pull request #7521 from german77/dual_single_joycons
bunnei
2021-12-05
service/hid: Stub SetNpadCaptureButtonAssignment and ClearNpadCaptureButtonAs...
german77
2021-12-05
service/hid: Implement SetNpadJoyAssignmentMode
german77
2021-11-27
core/hid: Stub GetUniquePadsFromNpad
Narr the Reg
2021-11-24
core/hid: Improve accuary of mouse implementation
german77
2021-11-24
core/hid: Improve accuracy of the keyboard implementation
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
core/hid: Rename NpadType to NpadStyleIndex
german77
2021-11-24
kraken: Address comments from review
german77
2021-11-24
kraken: Fix errors from rebase and format files
german77
2021-11-24
service/hid: Use remove duplicated code, update names
german77
2021-11-24
settings: Cleanup settings
german77
2021-11-03
core: Remove unused includes
ameerj
2021-10-07
service: Reduce header include overhead
Morph
2021-09-29
style: Remove extra space preceding the :: operator
Morph
2021-09-26
service/hid: Update to 13.0.0
german77
2021-09-10
hid: Stub SetTouchScreenConfiguration
german77
2021-07-20
hle: service: Add a helper module for managing kernel objects.
bunnei
2021-06-11
hid: Stub IsFirmwareUpdateAvailableForSixAxisSensor
german77
2021-06-02
general: Replace RESULT_UNKNOWN with ResultUnknown
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-24
hid: ApplyNpadSystemCommonPolicy
Chloe Marcec
2021-05-05
hle: kernel: Migrate KClientPort to KAutoObject.
bunnei
2021-05-05
hle: kernel: Migrate KTransferMemory to KAutoObject.
bunnei
2021-05-05
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObj...
bunnei
2021-05-05
hle: kernel: Migrate KSharedMemory to KAutoObject.
bunnei
2021-05-05
hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.
bunnei
[next]