summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ResultVal: Remove MoveFrom()Yuri Kunde Schlesner2017-06-191-6/+6
* Service: Remove unnecessary includes from service.hYuri Kunde Schlesner2017-06-061-0/+2
* ir: implement new 3ds HID via ir:rstwwylele2017-05-041-8/+11
* HID: use AnalogDevicewwylele2017-03-011-2/+9
* HID: use ButtonDevicewwylele2017-03-011-1/+44
* HID: move enable_accelerometer/gyroscope_count initialization into Init() (#2574)Weiyi Wang2017-02-171-2/+5
* HID: reset acceleroeter and gyroscope index in Initwwylele2017-01-201-0/+2
* CoreTiming: use named constant for ARM11 clock ratewwylele2017-01-161-3/+3
* HID: manages updating itself using correct tickswwylele2017-01-161-55/+93
* core: Move emu_window and key_map into coreMerryMage2016-12-231-1/+1
* hid: Get rid of a double -> float truncation warningLioncash2016-12-151-1/+2
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-8/+4
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-5/+4
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-22/+25
* hid: add missing headerwwylele2016-06-111-0/+2
* fixup! fixup! Refactor input systemwwylele2016-05-151-1/+1
* Refactor input subsystemwwylele2016-05-151-32/+36
* Kernel/SharedMemory: Properly implemented shared memory support.Subv2016-05-131-2/+3
* use reference instead of pointerwwylele2016-03-261-9/+9
* implement GyroscopeCalibrateParamwwylele2016-03-251-8/+7
* implement accel and gyro backendwwylele2016-03-221-3/+90
* hid: fix pad updatewwylele2016-03-131-1/+1
* svc: Make ResetType an enum classLioncash2016-03-121-5/+5
* BitField: Make trivially copyable and remove assignment operatorMerryMage2016-02-121-1/+1
* services: Get rid of unnecessary includesLioncash2016-02-021-1/+0
* general: Silence some warnings when using clangLioncash2015-09-161-2/+2
* Move input values into an arrayJames Rowe2015-07-281-0/+10
* CitraQt: Cleanup includes.Emmanuel Gil Peyrot2015-06-281-0/+1
* Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot2015-05-291-1/+1
* hid: Get rid of undefined behaviorLioncash2015-05-271-2/+2
* HID: Stub DisableAccelerometer and DisableGyroscopeLowpurpasmart962015-05-231-0/+20
* Kernel: Capture SharedMemory attributes at creation, not when mappingYuri Kunde Schlesner2015-05-111-2/+4
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-0/+2
* Services: Initialize all state variables at bootup.bunnei2015-05-021-8/+14
* Services: Stubs and minor changespurpasmart962015-04-031-3/+3
* Merge pull request #655 from purpasmart96/hid_fixesbunnei2015-03-171-0/+32
|\
| * HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow alongpurpasmart962015-03-171-0/+32
* | arm_interface: Get rid of GetTicks.Lioncash2015-03-161-3/+3
|/
* HID: Removed unnecessary global variables.bunnei2015-03-111-48/+42
* HID: Added additional variable comments and some code cleanups.bunnei2015-03-111-2/+6
* HID: Complete refactor of pad/touch input to fix threading issues.bunnei2015-03-111-81/+23
* HID: Cleanup how `next_touch_index` is calculated for Pad and touch.bunnei2015-03-101-2/+2
* HID: Changed TouchDataEntry `valid` to a BitField and added some doc strings.bunnei2015-03-101-1/+1
* HID: Added functions to emulate the touchpad.bunnei2015-03-101-0/+48
* HID: Moved some docstrings to the header.bunnei2015-03-101-23/+2
* HID: Refactored shared memory decoding for touchpad support.bunnei2015-03-101-21/+30
* Services: Moved the PTM and APT services to their own folderSubv2015-03-041-0/+32
* Kernel: Stop creating useless Handles during object creationYuri Kunde Schlesner2015-02-021-6/+6
* HID: Fix crash when pressing a key when the emulator is stoppedYuri Kunde Schlesner2015-02-021-0/+2
* Kernel: Convert Event to not use HandlesYuri Kunde Schlesner2015-01-301-13/+15
* Kernel: Convert SharedMemory to not use HandlesYuri Kunde Schlesner2015-01-301-3/+3
* Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxarchshift2015-01-211-0/+138