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
Age
Commit message (
Expand
)
Author
2021-02-08
Merge pull request #5868 from german77/HandheldFix
bunnei
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-02-02
Prevent over scheduling audio events and terminate properly the motion update...
german
2021-02-01
Merge pull request #5861 from german77/HandheldFix
bunnei
2021-01-31
Only update motion for npad and prevent over scheduling events
german
2021-01-28
hid: Add static_assert for Parameter size
Morph
2021-01-27
npad: Remove unused device handle parameter
Morph
2021-01-24
Stub Set/Get/Reset SixaxisSensorFusionParameters
german
2021-01-20
Merge pull request #5270 from german77/multiTouch
bunnei
2021-01-17
npad: Add check for HANDHELD_INDEX in UpdateControllerAt()
Morph
2021-01-15
core: Silence Wclass-memaccess warnings
ReinUsesLisp
2021-01-15
Always initialize keyboard input
german
2021-01-15
Add mutitouch support for touch screens
german
2021-01-15
Allow to return up to 16 touch inputs per engine
german
2021-01-15
Allow all touch inputs at the same time and remove config options that are no...
german
2021-01-15
Add multitouch support
german
2020-12-28
hle: service: Acquire and release a lock on requests.
bunnei
2020-12-18
controllers/npad: Make press_state atomic
Morph
2020-12-12
controllers/npad: Validate device handles before use
Morph
2020-11-28
Merge pull request #4998 from Morph1984/bioshock-patch
bunnei
2020-11-28
Add missing types to NpadCommunicationMode
german
2020-11-28
Merge pull request #5021 from german77/StubCommunicationMode
bunnei
2020-11-26
Stub set and get NpadCommunicationMode
german
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-11-25
hid: Check if applet_resource exists in InitializeVibrationDevice
Morph
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
hid: Stub IsVibrationDeviceMounted
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: Pop a struct of parameters instead of popping individual parameters
Morph
2020-11-15
hid: Reorder all HID commands
Morph
2020-11-15
hid: Implement GetVibrationDeviceInfo
Morph
2020-11-15
hid: Stub InitializeVibrationDevice
Morph
[next]