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-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
2020-11-15
controllers/npad: Send an empty vibration on destruction/deactivation
Morph
2020-11-15
controllers/npad: Add heuristics to reduce rumble state changes
Morph
2020-11-15
configure_input: Hook up the vibration percentage spinbox
Morph
2020-11-15
controllers/npad: Stop games from vibrating incorrect controllers
Morph
2020-11-15
hid: Fix controller rumble based on new research
Morph
2020-11-15
hid: Reorder all HID commands
Morph
2020-11-15
controllers/npad: Rename NPadType to NpadStyleSet
Morph
2020-11-15
settings: Preparation for per-game input settings
Morph
2020-11-15
controllers/npad: Connect a controller on init if none are connected
Morph
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-10-13
core/CMakeLists: Make some warnings errors
Lioncash
2020-10-07
Merge pull request #4736 from Morph1984/home-button-input-protection-stub
bunnei
2020-10-01
Only use inputs corresponding to controller type
german
2020-09-30
Merge pull request #4291 from german77/ImplementControllerRumble
David
[next]