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.
|
2018-07-19 15:11:08 -04:00 |
|
Lioncash
|
95103a1b7b
|
hid: Use HID_NUM_LAYOUTS constant for indicating size of the layouts array
Gets rid of the use of a magic constant
|
2018-07-19 15:07:36 -04:00 |
|
Zach Hilman
|
c337272ca9
|
Fill in more fields in TouchScreenEntryTouch
|
2018-07-18 16:33:11 -04:00 |
|
Zach Hilman
|
f2f368014e
|
Single touch support
|
2018-07-18 14:06:33 -04:00 |
|
James Rowe
|
7d209b3c9f
|
HID: Update controllers less often
|
2018-07-15 13:47:41 -06:00 |
|
bunnei
|
12a6996262
|
hid: Fix timestamps and controller type.
- This fixes user input in SMO.
|
2018-07-10 22:55:13 -04:00 |
|
James Rowe
|
638956aa81
|
Rename logging macro back to LOG_*
|
2018-07-02 21:45:47 -04:00 |
|
Zach Hilman
|
ac88d3e89f
|
Narrow down filter of layout configs
|
2018-06-13 20:03:12 -04:00 |
|
Zach Hilman
|
a353322b58
|
Move loop condition to free function
|
2018-06-13 13:44:46 -04:00 |
|
Zach Hilman
|
50153a1cb2
|
Avoid initializing single-joycon layouts with handheld controller
|
2018-06-13 13:01:05 -04:00 |
|
shinyquagsire23
|
2f9c0e7c7e
|
hid: Update all layouts and only show handheld as connected, fixes libnx input for P1_AUTO
|
2018-06-11 19:41:29 -06:00 |
|
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
|
2018-05-30 14:09:21 -04:00 |
|
David Marcec
|
c74d24f841
|
Fix deadlocks caused from HID having too many layouts
Games such as SMO deadlock if we have more than 2 layouts
|
2018-05-23 16:00:25 -07:00 |
|
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
|
2018-05-07 11:06:02 -04:00 |
|
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.
|
2018-04-30 03:32:59 -04:00 |
|
Lioncash
|
9cd7485cd7
|
hid: Move logging macros over to new fmt-compatible ones
|
2018-04-24 12:00:56 -04:00 |
|
Lioncash
|
ccca5e7c28
|
service: Use nested namespace specifiers where applicable
Tidies up namespace declarations
|
2018-04-19 22:20:28 -04:00 |
|
Hexagon12
|
56d2958aaf
|
Stubbed out GetPlayerLedPattern
|
2018-04-13 17:05:03 +03:00 |
|
Hexagon12
|
2d2de1422e
|
Updated hid with more service names.
|
2018-04-10 20:17:22 +03:00 |
|
bunnei
|
6022bc8394
|
Merge pull request #297 from bunnei/hid-touch-state
hid: Write empty touch screen state.
|
2018-04-02 13:05:34 -04:00 |
|
bunnei
|
72b90494e7
|
hid: Write empty touch screen state.
|
2018-04-01 00:12:07 -04:00 |
|
bunnei
|
b6b7d78ded
|
hid: Stub out GetSupportedNpadStyleSet.
|
2018-03-31 16:06:46 -04:00 |
|
bunnei
|
bde3e667be
|
hid: Stub out SetNpadJoyAssignmentModeDual.
|
2018-03-25 03:24:05 -04:00 |
|
Subv
|
248881fa7f
|
CoreTiming: Unschedule the pending events when an Interface is destroyed.
|
2018-03-04 10:34:25 -05:00 |
|
mailwl
|
6797d4a907
|
Service/hid: stub some functions
|
2018-02-16 06:15:05 +03:00 |
|
bunnei
|
e017184445
|
hid: Stub GetVibrationDeviceInfo and SendVibrationValues.
|
2018-02-14 21:16:27 -05:00 |
|
mailwl
|
335096e19a
|
Service: stub some functions in am, audio, time, vi services
|
2018-02-07 15:11:17 +03:00 |
|
mailwl
|
8d300b2d7e
|
Service/hid: stub SetNpadHandheldActivationMode
|
2018-02-06 10:47:00 +03:00 |
|
bunnei
|
1963222933
|
hid: Stub ActivateTouchScreen and SetNpadJoyHoldType.
|
2018-02-05 21:53:11 -05:00 |
|
bunnei
|
119f02a439
|
hid: Stub out several functions.
|
2018-02-04 22:24:20 -05:00 |
|
bunnei
|
ad97414057
|
hid: Implement CreateActiveVibrationDeviceList.
|
2018-02-04 17:06:14 -05:00 |
|
bunnei
|
ea615ef5a4
|
logger: Use Service_HID category where applicable.
|
2018-02-04 17:02:39 -05:00 |
|
bunnei
|
1b1d399e5f
|
hle: Rename RequestBuilder to ResponseBuilder.
|
2018-01-24 22:24:10 -05:00 |
|
bunnei
|
f9dae99006
|
service: Fix all incorrect IPC response headers.
|
2018-01-24 22:21:33 -05:00 |
|
Subv
|
b0489c9a64
|
Services: Added a todo about returning interfaces as domain objects in lm, hid and time.
|
2018-01-22 20:40:43 -05:00 |
|
Subv
|
1003996e80
|
HID: Don't create an unnecessary port in CreateAppletResource.
|
2018-01-22 17:41:31 -05:00 |
|
gdkchan
|
832009bfdb
|
Stub OpenAudioOut and fix a issue with HID IAppletResource being created more than once
|
2018-01-22 17:27:55 -03:00 |
|
shinyquagsire23
|
008823724f
|
hid: Adjust timing based on actual hardware
|
2018-01-17 01:20:25 -07:00 |
|
shinyquagsire23
|
eff90550a1
|
hid: clang-format
|
2018-01-16 19:22:58 -07:00 |
|
shinyquagsire23
|
36b89787ce
|
hid: Adjust for style guide
|
2018-01-16 19:22:12 -07:00 |
|
shinyquagsire23
|
d20a883194
|
hid: Write to all layouts, implement circular buffers, set up controller metadata.
|
2018-01-16 03:14:27 -07:00 |
|
shinyquagsire23
|
1ea49442f9
|
hid: Bare-minimum sharedmem input
|
2018-01-15 02:30:58 -07:00 |
|
shinyquagsire23
|
bb1fcfac33
|
hid: Remove redundant HID prefix on structs/enums
|
2018-01-15 02:30:58 -07:00 |
|
shinyquagsire23
|
e08c132175
|
hid: Add sharedmem structs
|
2018-01-15 02:30:53 -07:00 |
|
bunnei
|
2e8246a02c
|
hid: Remove unused registered_loggers.
|
2018-01-14 21:45:06 -05:00 |
|
bunnei
|
f4a3d28224
|
hid: Implement IAppletResource::GetSharedMemoryHandle.
|
2018-01-14 21:45:06 -05:00 |
|
bunnei
|
72b03025ac
|
Remove lots more 3DS-specific code.
|
2017-10-12 21:21:49 -04:00 |
|
Huw Pascoe
|
a13ab958cb
|
Fixed type conversion ambiguity
|
2017-09-30 09:34:35 +01:00 |
|
wwylele
|
c84e60b470
|
HID: use TouchDevice for touch pad
|
2017-08-24 13:56:43 +03:00 |
|
wwylele
|
54c0c8adee
|
HID: fix a comment and a warning
|
2017-08-20 08:37:48 +03:00 |
|