aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/hid.cpp
AgeCommit message (Expand)Author
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-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-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-01HID: use AnalogDevicewwylele
2017-03-01HID: use ButtonDevicewwylele
2017-02-16HID: move enable_accelerometer/gyroscope_count initialization into Init() (#2...Weiyi Wang
2017-01-20HID: reset acceleroeter and gyroscope index in Initwwylele
2017-01-16CoreTiming: use named constant for ARM11 clock ratewwylele
2017-01-16HID: manages updating itself using correct tickswwylele
2016-12-23core: Move emu_window and key_map into coreMerryMage
2016-12-15hid: Get rid of a double -> float truncation warningLioncash
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-06-11hid: add missing headerwwylele
2016-05-15fixup! fixup! Refactor input systemwwylele