summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use reference instead of pointerwwylele2016-03-261-9/+9
|
* implement GyroscopeCalibrateParamwwylele2016-03-252-9/+20
|
* implement accel and gyro backendwwylele2016-03-224-23/+176
|
* 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-023-3/+0
|
* services: Update some function tablesLioncash2015-12-301-0/+2
|
* general: Silence some warnings when using clangLioncash2015-09-161-2/+2
|
* Move input values into an arrayJames Rowe2015-07-282-1/+14
|
* CitraQt: Cleanup includes.Emmanuel Gil Peyrot2015-06-281-0/+1
|
* Common: Cleanup key_map includes.Emmanuel Gil Peyrot2015-06-281-7/+9
|
* Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot2015-05-293-3/+3
|
* hid: Get rid of undefined behaviorLioncash2015-05-271-2/+2
| | | | Modifying a variable twice across a sequence point.
* HID: Stub DisableAccelerometer and DisableGyroscopeLowpurpasmart962015-05-234-9/+47
|
* 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-032-6/+6
|
* Merge pull request #655 from purpasmart96/hid_fixesbunnei2015-03-174-12/+72
|\ | | | | HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow along with a stub for GetSoundVolume
| * HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow alongpurpasmart962015-03-174-12/+72
| | | | | | | | with a stub for GetSoundVolume
* | arm_interface: Get rid of GetTicks.Lioncash2015-03-161-3/+3
|/ | | | Removes a TODO.
* hid_user: Removed unnecessary includes.bunnei2015-03-111-2/+0
|
* HID: Removed unnecessary global variables.bunnei2015-03-112-58/+42
|
* HID: Added additional variable comments and some code cleanups.bunnei2015-03-112-20/+29
|
* HID: Complete refactor of pad/touch input to fix threading issues.bunnei2015-03-112-111/+28
|
* 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-102-4/+4
|
* HID: Added static asserts to check register position in shared memory.bunnei2015-03-101-2/+16
|
* HID: Added functions to emulate the touchpad.bunnei2015-03-102-0/+61
|
* HID: Moved some docstrings to the header.bunnei2015-03-102-24/+16
|
* HID: Refactored shared memory decoding for touchpad support.bunnei2015-03-102-33/+64
|
* Services: Moved the PTM and APT services to their own folderSubv2015-03-046-81/+75
| | | | | | This coincidentally fixes an issue about the PTM service failing to create its SharedExtSaveData archive due to the FS service not being initialized by the time the creating code runs. Ideally I'd like to move each process to its own folder, and have a single file per process that registers the service classes, which would be in their own files inside that folder. Then each service class would just call functions from the process to complete the commands.
* Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.Emmanuel Gil Peyrot2015-02-221-0/+19
|
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-112-3/+0
| | | | | | | Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
* Kernel: Stop creating useless Handles during object creationYuri Kunde Schlesner2015-02-021-6/+6
| | | | | They're finally unnecessary, and will stop cluttering the application's handle table.
* HID: Fix crash when pressing a key when the emulator is stoppedYuri Kunde Schlesner2015-02-021-0/+2
|
* Service: Clean-up InterfaceYuri Kunde Schlesner2015-02-022-2/+2
|
* Kernel: Convert Event to not use HandlesYuri Kunde Schlesner2015-01-303-23/+27
|
* Kernel: Convert SharedMemory to not use HandlesYuri Kunde Schlesner2015-01-303-5/+11
|
* Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxarchshift2015-01-216-0/+414