aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/hid.cpp
AgeCommit message (Expand)Author
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
2016-05-15Refactor input subsystemwwylele
2016-05-12Kernel/SharedMemory: Properly implemented shared memory support.Subv
2016-03-26use reference instead of pointerwwylele
2016-03-25implement GyroscopeCalibrateParamwwylele
2016-03-22implement accel and gyro backendwwylele
2016-03-13hid: fix pad updatewwylele
2016-03-12svc: Make ResetType an enum classLioncash
2016-02-12BitField: Make trivially copyable and remove assignment operatorMerryMage
2016-02-02services: Get rid of unnecessary includesLioncash
2015-09-16general: Silence some warnings when using clangLioncash
2015-07-27Move input values into an arrayJames Rowe
2015-06-28CitraQt: Cleanup includes.Emmanuel Gil Peyrot
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-27hid: Get rid of undefined behaviorLioncash
2015-05-22HID: Stub DisableAccelerometer and DisableGyroscopeLowpurpasmart96
2015-05-10Kernel: Capture SharedMemory attributes at creation, not when mappingYuri Kunde Schlesner
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-05-01Services: Initialize all state variables at bootup.bunnei
2015-04-02Services: Stubs and minor changespurpasmart96
2015-03-17Merge pull request #655 from purpasmart96/hid_fixesbunnei
2015-03-16HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow alongpurpasmart96
2015-03-16arm_interface: Get rid of GetTicks.Lioncash
2015-03-11HID: Removed unnecessary global variables.bunnei
2015-03-10HID: Added additional variable comments and some code cleanups.bunnei
2015-03-10HID: Complete refactor of pad/touch input to fix threading issues.bunnei
2015-03-10HID: Cleanup how `next_touch_index` is calculated for Pad and touch.bunnei
2015-03-10HID: Changed TouchDataEntry `valid` to a BitField and added some doc strings.bunnei
2015-03-10HID: Added functions to emulate the touchpad.bunnei