aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/hid
Commit message (Collapse)AuthorAge
* Move input values into an arrayGravatar James Rowe2015-07-27
|
* CitraQt: Cleanup includes.Gravatar Emmanuel Gil Peyrot2015-06-28
|
* Common: Cleanup key_map includes.Gravatar Emmanuel Gil Peyrot2015-06-28
|
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-29
|
* hid: Get rid of undefined behaviorGravatar Lioncash2015-05-27
| | | | Modifying a variable twice across a sequence point.
* HID: Stub DisableAccelerometer and DisableGyroscopeLowGravatar purpasmart962015-05-22
|
* Kernel: Capture SharedMemory attributes at creation, not when mappingGravatar Yuri Kunde Schlesner2015-05-10
|
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
|
* Services: Initialize all state variables at bootup.Gravatar bunnei2015-05-01
|
* Services: Stubs and minor changesGravatar purpasmart962015-04-02
|
* Merge pull request #655 from purpasmart96/hid_fixesGravatar bunnei2015-03-17
|\ | | | | HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow along with a stub for GetSoundVolume
| * HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow alongGravatar purpasmart962015-03-16
| | | | | | | | with a stub for GetSoundVolume
* | arm_interface: Get rid of GetTicks.Gravatar Lioncash2015-03-16
|/ | | | Removes a TODO.
* hid_user: Removed unnecessary includes.Gravatar bunnei2015-03-11
|
* HID: Removed unnecessary global variables.Gravatar bunnei2015-03-11
|
* HID: Added additional variable comments and some code cleanups.Gravatar bunnei2015-03-10
|
* HID: Complete refactor of pad/touch input to fix threading issues.Gravatar bunnei2015-03-10
|
* HID: Cleanup how `next_touch_index` is calculated for Pad and touch.Gravatar bunnei2015-03-10
|
* HID: Changed TouchDataEntry `valid` to a BitField and added some doc strings.Gravatar bunnei2015-03-10
|
* HID: Added static asserts to check register position in shared memory.Gravatar bunnei2015-03-10
|
* HID: Added functions to emulate the touchpad.Gravatar bunnei2015-03-10
|
* HID: Moved some docstrings to the header.Gravatar bunnei2015-03-10
|
* HID: Refactored shared memory decoding for touchpad support.Gravatar bunnei2015-03-10
|
* Services: Moved the PTM and APT services to their own folderGravatar Subv2015-03-03
| | | | | | 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.Gravatar Emmanuel Gil Peyrot2015-02-22
|
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-10
| | | | | | | 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 creationGravatar Yuri Kunde Schlesner2015-02-02
| | | | | They're finally unnecessary, and will stop cluttering the application's handle table.
* HID: Fix crash when pressing a key when the emulator is stoppedGravatar Yuri Kunde Schlesner2015-02-02
|
* Service: Clean-up InterfaceGravatar Yuri Kunde Schlesner2015-02-02
|
* Kernel: Convert Event to not use HandlesGravatar Yuri Kunde Schlesner2015-01-30
|
* Kernel: Convert SharedMemory to not use HandlesGravatar Yuri Kunde Schlesner2015-01-30
|
* Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxGravatar archshift2015-01-21