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
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-13
Stubbed out GetPlayerLedPattern
Hexagon12
2018-04-10
Updated hid with more service names.
Hexagon12
2018-04-02
Merge pull request #297 from bunnei/hid-touch-state
bunnei
2018-04-01
hid: Write empty touch screen state.
bunnei
2018-03-31
hid: Stub out GetSupportedNpadStyleSet.
bunnei
2018-03-25
hid: Stub out SetNpadJoyAssignmentModeDual.
bunnei
2018-03-04
CoreTiming: Unschedule the pending events when an Interface is destroyed.
Subv
2018-02-16
Service/hid: stub some functions
mailwl
2018-02-14
hid: Stub GetVibrationDeviceInfo and SendVibrationValues.
bunnei
2018-02-07
Service: stub some functions in am, audio, time, vi services
mailwl
2018-02-06
Service/hid: stub SetNpadHandheldActivationMode
mailwl
2018-02-05
hid: Stub ActivateTouchScreen and SetNpadJoyHoldType.
bunnei
2018-02-04
hid: Stub out several functions.
bunnei
2018-02-04
hid: Implement CreateActiveVibrationDeviceList.
bunnei
2018-02-04
logger: Use Service_HID category where applicable.
bunnei
2018-01-24
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-24
service: Fix all incorrect IPC response headers.
bunnei
2018-01-22
Services: Added a todo about returning interfaces as domain objects in lm, hi...
Subv
2018-01-22
HID: Don't create an unnecessary port in CreateAppletResource.
Subv
2018-01-22
Stub OpenAudioOut and fix a issue with HID IAppletResource being created more...
gdkchan
2018-01-17
hid: Adjust timing based on actual hardware
shinyquagsire23
2018-01-16
hid: clang-format
shinyquagsire23
2018-01-16
hid: Adjust for style guide
shinyquagsire23
2018-01-16
hid: Write to all layouts, implement circular buffers, set up controller meta...
shinyquagsire23
2018-01-15
hid: Bare-minimum sharedmem input
shinyquagsire23
2018-01-14
hid: Remove unused registered_loggers.
bunnei
2018-01-14
hid: Implement IAppletResource::GetSharedMemoryHandle.
bunnei
2017-10-12
Remove lots more 3DS-specific code.
bunnei
2017-09-30
Fixed type conversion ambiguity
Huw Pascoe
2017-08-24
HID: use TouchDevice for touch pad
wwylele
2017-08-20
HID: fix a comment and a warning
wwylele
2017-08-11
HID: use MotionDevice for Accelerometer and Gyroscope
wwylele
2017-06-18
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
2017-06-06
Service: Remove unnecessary includes from service.h
Yuri Kunde Schlesner
2017-05-04
ir: implement new 3ds HID via ir:rst
wwylele
2017-03-01
HID: use AnalogDevice
wwylele
2017-03-01
HID: use ButtonDevice
wwylele
2017-02-16
HID: move enable_accelerometer/gyroscope_count initialization into Init() (#2...
Weiyi Wang
2017-01-20
HID: reset acceleroeter and gyroscope index in Init
wwylele
2017-01-16
CoreTiming: use named constant for ARM11 clock rate
wwylele
2017-01-16
HID: manages updating itself using correct ticks
wwylele
2016-12-23
core: Move emu_window and key_map into core
MerryMage
2016-12-15
hid: Get rid of a double -> float truncation warning
Lioncash
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-06-11
hid: add missing header
wwylele
2016-05-15
fixup! fixup! Refactor input system
wwylele
[next]