aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid
AgeCommit message (Expand)Author
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-06-13Narrow down filter of layout configsZach Hilman
2018-06-13Move loop condition to free functionZach Hilman
2018-06-13Avoid initializing single-joycon layouts with handheld controllerZach Hilman
2018-06-11hid: Update all layouts and only show handheld as connected, fixes libnx inpu...shinyquagsire23
2018-05-30add IPC CommandType & Some HID FunctionInfo (#487)greggameplayer
2018-05-23Fix deadlocks caused from HID having too many layoutsDavid Marcec
2018-05-07hid: Tweaks, Analog Sticks (#435)Max Thomas
2018-04-30core_timing: Namespace all functions and constants in core_timing's headerLioncash
2018-04-24hid: Move logging macros over to new fmt-compatible onesLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-04-13Stubbed out GetPlayerLedPatternHexagon12
2018-04-10Updated hid with more service names.Hexagon12
2018-04-02Merge pull request #297 from bunnei/hid-touch-statebunnei
2018-04-01hid: Write empty touch screen state.bunnei
2018-03-31hid: Stub out GetSupportedNpadStyleSet.bunnei
2018-03-25hid: Stub out SetNpadJoyAssignmentModeDual.bunnei
2018-03-04CoreTiming: Unschedule the pending events when an Interface is destroyed.Subv
2018-02-16Service/hid: stub some functionsmailwl
2018-02-14hid: Stub GetVibrationDeviceInfo and SendVibrationValues.bunnei
2018-02-07Service: stub some functions in am, audio, time, vi servicesmailwl
2018-02-06Service/hid: stub SetNpadHandheldActivationModemailwl
2018-02-05hid: Stub ActivateTouchScreen and SetNpadJoyHoldType.bunnei
2018-02-04hid: Stub out several functions.bunnei
2018-02-04hid: Implement CreateActiveVibrationDeviceList.bunnei
2018-02-04logger: Use Service_HID category where applicable.bunnei
2018-01-24hle: Rename RequestBuilder to ResponseBuilder.bunnei
2018-01-24service: Fix all incorrect IPC response headers.bunnei
2018-01-22Services: Added a todo about returning interfaces as domain objects in lm, hi...Subv
2018-01-22HID: Don't create an unnecessary port in CreateAppletResource.Subv
2018-01-22Stub OpenAudioOut and fix a issue with HID IAppletResource being created more...gdkchan
2018-01-17hid: Adjust timing based on actual hardwareshinyquagsire23
2018-01-16hid: clang-formatshinyquagsire23
2018-01-16hid: Adjust for style guideshinyquagsire23
2018-01-16hid: Write to all layouts, implement circular buffers, set up controller meta...shinyquagsire23
2018-01-15hid: Bare-minimum sharedmem inputshinyquagsire23
2018-01-15hid: Remove redundant HID prefix on structs/enumsshinyquagsire23
2018-01-15hid: Add sharedmem structsshinyquagsire23
2018-01-14hid: Remove unused registered_loggers.bunnei
2018-01-14hid: Implement IAppletResource::GetSharedMemoryHandle.bunnei
2017-10-12Remove lots more 3DS-specific code.bunnei
2017-09-30Fixed type conversion ambiguityHuw Pascoe
2017-08-24HID: use TouchDevice for touch padwwylele
2017-08-20HID: fix a comment and a warningwwylele
2017-08-11HID: use MotionDevice for Accelerometer and Gyroscopewwylele
2017-08-10HID: zero unused PadState bitswwylele
2017-06-18ResultVal: Remove MoveFrom()Yuri Kunde Schlesner
2017-06-06Service: Remove unnecessary includes from service.hYuri Kunde Schlesner
2017-05-04ir: implement new 3ds HID via ir:rstwwylele
2017-03-01Input: remove unused stuff & clean upwwylele