Lioncash
|
1121622dc1
|
service/hid: Add the hidbus, hid:dbg, hid:sys, and hid:tmp services
|
8 years ago |
Lioncash
|
7550c2c866
|
service/hid: Add the xcd:sys service
|
8 years ago |
Lioncash
|
82cb5f030d
|
service/hid: Add irs services
|
8 years ago |
MerryMage
|
44646e2ea0
|
core_timing: Split off utility functions into core_timing_util
|
8 years ago |
Lioncash
|
a37a47448d
|
hid: Use a ranged-for loops in UpdatePadCallback
Modernizes the loops themselves while also getting rid of a signed/unsigned
comparison in a loop condition.
|
8 years ago |
Zach Hilman
|
c337272ca9
|
Fill in more fields in TouchScreenEntryTouch
|
8 years ago |
Zach Hilman
|
f2f368014e
|
Single touch support
|
8 years ago |
James Rowe
|
7d209b3c9f
|
HID: Update controllers less often
|
8 years ago |
bunnei
|
12a6996262
|
hid: Fix timestamps and controller type.
- This fixes user input in SMO.
|
8 years ago |
James Rowe
|
638956aa81
|
Rename logging macro back to LOG_*
|
8 years ago |
Zach Hilman
|
ac88d3e89f
|
Narrow down filter of layout configs
|
8 years ago |
Zach Hilman
|
a353322b58
|
Move loop condition to free function
|
8 years ago |
Zach Hilman
|
50153a1cb2
|
Avoid initializing single-joycon layouts with handheld controller
|
8 years ago |
shinyquagsire23
|
2f9c0e7c7e
|
hid: Update all layouts and only show handheld as connected, fixes libnx input for P1_AUTO
|
8 years ago |
greggameplayer
|
94fecef137
|
add IPC CommandType & Some HID FunctionInfo (#487)
* add some CommandType
* add some hid FunctionInfo
* add some other HID FunctionInfo
* delete non useful comments
|
8 years ago |
Max Thomas
|
266703b50e
|
hid: Tweaks, Analog Sticks (#435)
* hid: Update mouse/keyboard state
* hid: Working analog sticks
* hid: Nits
* hid: Nits
* hid: Update mystery sections
* hid: Tweaks
|
8 years ago |
Lioncash
|
0197e28cc9
|
core_timing: Namespace all functions and constants in core_timing's header
All of these variables and functions are related to timings and should be within the namespace.
|
8 years ago |
Lioncash
|
9cd7485cd7
|
hid: Move logging macros over to new fmt-compatible ones
|
8 years ago |
Lioncash
|
ccca5e7c28
|
service: Use nested namespace specifiers where applicable
Tidies up namespace declarations
|
8 years ago |
Hexagon12
|
56d2958aaf
|
Stubbed out GetPlayerLedPattern
|
8 years ago |
Hexagon12
|
2d2de1422e
|
Updated hid with more service names.
|
8 years ago |
bunnei
|
72b90494e7
|
hid: Write empty touch screen state.
|
8 years ago |
bunnei
|
b6b7d78ded
|
hid: Stub out GetSupportedNpadStyleSet.
|
8 years ago |
bunnei
|
bde3e667be
|
hid: Stub out SetNpadJoyAssignmentModeDual.
|
8 years ago |
Subv
|
248881fa7f
|
CoreTiming: Unschedule the pending events when an Interface is destroyed.
|
8 years ago |
mailwl
|
6797d4a907
|
Service/hid: stub some functions
|
8 years ago |
bunnei
|
e017184445
|
hid: Stub GetVibrationDeviceInfo and SendVibrationValues.
|
8 years ago |
mailwl
|
335096e19a
|
Service: stub some functions in am, audio, time, vi services
|
8 years ago |
mailwl
|
8d300b2d7e
|
Service/hid: stub SetNpadHandheldActivationMode
|
8 years ago |
bunnei
|
1963222933
|
hid: Stub ActivateTouchScreen and SetNpadJoyHoldType.
|
8 years ago |
bunnei
|
119f02a439
|
hid: Stub out several functions.
|
8 years ago |
bunnei
|
ad97414057
|
hid: Implement CreateActiveVibrationDeviceList.
|
8 years ago |
bunnei
|
ea615ef5a4
|
logger: Use Service_HID category where applicable.
|
8 years ago |
bunnei
|
1b1d399e5f
|
hle: Rename RequestBuilder to ResponseBuilder.
|
8 years ago |
bunnei
|
f9dae99006
|
service: Fix all incorrect IPC response headers.
|
8 years ago |
Subv
|
b0489c9a64
|
Services: Added a todo about returning interfaces as domain objects in lm, hid and time.
|
8 years ago |
Subv
|
1003996e80
|
HID: Don't create an unnecessary port in CreateAppletResource.
|
8 years ago |
gdkchan
|
832009bfdb
|
Stub OpenAudioOut and fix a issue with HID IAppletResource being created more than once
|
8 years ago |
shinyquagsire23
|
008823724f
|
hid: Adjust timing based on actual hardware
|
8 years ago |
shinyquagsire23
|
eff90550a1
|
hid: clang-format
|
8 years ago |
shinyquagsire23
|
36b89787ce
|
hid: Adjust for style guide
|
8 years ago |
shinyquagsire23
|
d20a883194
|
hid: Write to all layouts, implement circular buffers, set up controller metadata.
|
8 years ago |
shinyquagsire23
|
1ea49442f9
|
hid: Bare-minimum sharedmem input
|
8 years ago |
bunnei
|
2e8246a02c
|
hid: Remove unused registered_loggers.
|
8 years ago |
bunnei
|
f4a3d28224
|
hid: Implement IAppletResource::GetSharedMemoryHandle.
|
8 years ago |
bunnei
|
72b03025ac
|
Remove lots more 3DS-specific code.
|
8 years ago |
Huw Pascoe
|
a13ab958cb
|
Fixed type conversion ambiguity
|
8 years ago |
wwylele
|
c84e60b470
|
HID: use TouchDevice for touch pad
|
9 years ago |
wwylele
|
54c0c8adee
|
HID: fix a comment and a warning
|
8 years ago |
wwylele
|
867eabd6b7
|
HID: use MotionDevice for Accelerometer and Gyroscope
|
9 years ago |