Zach Hilman
|
25becb080e
|
Single touch support
|
8 years ago |
James Rowe
|
12e7a3065a
|
HID: Update controllers less often
|
8 years ago |
bunnei
|
d613d8ee52
|
hid: Fix timestamps and controller type.
- This fixes user input in SMO.
|
8 years ago |
James Rowe
|
e159c550d8
|
Rename logging macro back to LOG_*
|
8 years ago |
Zach Hilman
|
3898d6b54c
|
Narrow down filter of layout configs
|
8 years ago |
Zach Hilman
|
42701153c7
|
Move loop condition to free function
|
8 years ago |
Zach Hilman
|
93c0478c5c
|
Avoid initializing single-joycon layouts with handheld controller
|
8 years ago |
shinyquagsire23
|
a02f67160c
|
hid: Update all layouts and only show handheld as connected, fixes libnx input for P1_AUTO
|
8 years ago |
greggameplayer
|
339fd812b3
|
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
|
a12f45de82
|
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
|
3873211738
|
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
|
0cbbb1c130
|
hid: Move logging macros over to new fmt-compatible ones
|
8 years ago |
Lioncash
|
6d94dd21a5
|
service: Use nested namespace specifiers where applicable
Tidies up namespace declarations
|
8 years ago |
Hexagon12
|
e6bb2d65f8
|
Stubbed out GetPlayerLedPattern
|
8 years ago |
Hexagon12
|
e05e3c8a08
|
Updated hid with more service names.
|
8 years ago |
bunnei
|
c7a4327471
|
hid: Write empty touch screen state.
|
8 years ago |
bunnei
|
699d84abda
|
hid: Stub out GetSupportedNpadStyleSet.
|
8 years ago |
bunnei
|
dd7c34a978
|
hid: Stub out SetNpadJoyAssignmentModeDual.
|
8 years ago |
Subv
|
6ac79e3a43
|
CoreTiming: Unschedule the pending events when an Interface is destroyed.
|
8 years ago |
mailwl
|
e86ec16ee7
|
Service/hid: stub some functions
|
8 years ago |
bunnei
|
69ab774ea3
|
hid: Stub GetVibrationDeviceInfo and SendVibrationValues.
|
8 years ago |
mailwl
|
ff9d0996a8
|
Service: stub some functions in am, audio, time, vi services
|
8 years ago |
mailwl
|
4cfd3502de
|
Service/hid: stub SetNpadHandheldActivationMode
|
8 years ago |
bunnei
|
6499c8eed6
|
hid: Stub ActivateTouchScreen and SetNpadJoyHoldType.
|
8 years ago |
bunnei
|
93ffd1fc30
|
hid: Stub out several functions.
|
8 years ago |
bunnei
|
aa035aa7f9
|
hid: Implement CreateActiveVibrationDeviceList.
|
8 years ago |
bunnei
|
fac2babc85
|
logger: Use Service_HID category where applicable.
|
8 years ago |
bunnei
|
f328cb2c7c
|
hle: Rename RequestBuilder to ResponseBuilder.
|
8 years ago |
bunnei
|
427b97e60c
|
service: Fix all incorrect IPC response headers.
|
8 years ago |
Subv
|
aec193732c
|
Services: Added a todo about returning interfaces as domain objects in lm, hid and time.
|
8 years ago |
Subv
|
98ff4642ff
|
HID: Don't create an unnecessary port in CreateAppletResource.
|
8 years ago |
gdkchan
|
45f08a927c
|
Stub OpenAudioOut and fix a issue with HID IAppletResource being created more than once
|
8 years ago |
shinyquagsire23
|
ebd7b8409e
|
hid: Adjust timing based on actual hardware
|
8 years ago |
shinyquagsire23
|
6424b131db
|
hid: clang-format
|
8 years ago |
shinyquagsire23
|
63ab9293d4
|
hid: Adjust for style guide
|
8 years ago |
shinyquagsire23
|
7d238badfb
|
hid: Write to all layouts, implement circular buffers, set up controller metadata.
|
8 years ago |
shinyquagsire23
|
2f5dbd0f43
|
hid: Bare-minimum sharedmem input
|
8 years ago |
bunnei
|
d5c25e7115
|
hid: Remove unused registered_loggers.
|
8 years ago |
bunnei
|
951d762f1e
|
hid: Implement IAppletResource::GetSharedMemoryHandle.
|
8 years ago |
bunnei
|
5993f6f6de
|
Remove lots more 3DS-specific code.
|
8 years ago |
Huw Pascoe
|
da1c8d1522
|
Fixed type conversion ambiguity
|
8 years ago |
wwylele
|
5ec879dfaa
|
HID: use TouchDevice for touch pad
|
9 years ago |
wwylele
|
13014535c1
|
HID: fix a comment and a warning
|
8 years ago |
wwylele
|
31da8b8353
|
HID: use MotionDevice for Accelerometer and Gyroscope
|
9 years ago |
Yuri Kunde Schlesner
|
c27dad4cd1
|
ResultVal: Remove MoveFrom()
Replace it with std::move(result_val).Unwrap(), or Foo().Unwrap() in
case you already have an rvalue.
|
9 years ago |
Yuri Kunde Schlesner
|
f68fd997cd
|
Service: Remove unnecessary includes from service.h
This has a huge fallout in terms of needing to fix other files because
all service implementations included that file.
|
9 years ago |
wwylele
|
fced3273c1
|
ir: implement new 3ds HID via ir:rst
|
9 years ago |
wwylele
|
3e561f92f1
|
HID: use AnalogDevice
|
9 years ago |
wwylele
|
74b1bf38fe
|
HID: use ButtonDevice
|
9 years ago |
Weiyi Wang
|
071e27ff0b
|
HID: move enable_accelerometer/gyroscope_count initialization into Init() (#2574)
Fixes #2556
|
9 years ago |