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
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
2021-04-19
npad: Remove duplicated class member variable
Lioncash
2021-04-14
common: Move settings to common from core.
bunnei
2021-04-08
service: hid: Stub SetAnalogStickUseCenterClamp
Morph
2021-04-02
HID: Fix SL and SR buttons for right joycon
german77
2021-02-07
hid: Implement GC controller
german
2021-02-06
Merge pull request #5326 from german77/hidUpdate1
bunnei
2021-02-05
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2021-02-03
Add footer types and address comments
german
2021-02-03
Fix npad struct to match switchbrew
german
2021-02-03
Adds missing controller types and properties
german
2021-01-27
npad: Remove unused device handle parameter
Morph
2021-01-24
Stub Set/Get/Reset SixaxisSensorFusionParameters
german
2021-01-17
npad: Add check for HANDHELD_INDEX in UpdateControllerAt()
Morph
2021-01-15
core: Silence Wclass-memaccess warnings
ReinUsesLisp
2020-12-18
controllers/npad: Make press_state atomic
Morph
2020-12-12
controllers/npad: Validate device handles before use
Morph
2020-11-26
Stub set and get NpadCommunicationMode
german
2020-11-15
hid: Reimplement Begin/EndPermitVibrationSession
Morph
2020-11-15
controllers/npad: Load input devices on init
Morph
2020-11-15
general: Fix compiler warnings on linux and miscellaneous changes
Morph
2020-11-15
controllers/npad: Remove the old vibration filter
Morph
2020-11-15
hid: Implement InitializeVibrationDevice and IsVibrationDeviceMounted
Morph
2020-11-15
input_common: Add VibrationDevice and VibrationDeviceFactory
Morph
2020-11-15
configure_input: Add per-player vibration
Morph
2020-11-15
settings: Remove global vibration strength modifier
Morph
2020-11-15
hid: Mark Begin/EndPermitVibrationSession as stubs
Morph
[next]