summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | software_keyboard: Make GetText asynchronousGravatar Zach Hilman2018-11-185-11/+29
| * | | | | | | am: Allow applets to push multiple and different channels of dataGravatar Zach Hilman2018-11-186-44/+41
| * | | | | | | am: Implement ILibraryAppletAccessor IsCompleted and GetResultGravatar Zach Hilman2018-11-182-4/+9
| * | | | | | | am: Implement text check software keyboard modeGravatar Zach Hilman2018-11-185-14/+103
| * | | | | | | am: Deglobalize software keyboard appletGravatar Zach Hilman2018-11-1811-62/+106
| * | | | | | | qt/main: Register Qt Software Keyboard frontend with AMGravatar Zach Hilman2018-11-181-0/+1
| * | | | | | | am: Construct and use proper applets with ILibraryAppletAccessorGravatar Zach Hilman2018-11-181-1/+26
| * | | | | | | am/applets: Add connector between frontend and AM applet classesGravatar Zach Hilman2018-11-183-0/+130
| * | | | | | | frontend/applets: Add frontend software keyboard provider and defaultGravatar Zach Hilman2018-11-183-0/+63
| * | | | | | | am/applets: Add Applet superclass to describe a generic appletGravatar Zach Hilman2018-11-183-0/+77
| * | | | | | | am: Unstub ILibraryAppletAccessor::StartGravatar Zach Hilman2018-11-181-5/+17
| * | | | | | | am: Implement PopInteractiveOutData and PushInteractiveInDataGravatar Zach Hilman2018-11-181-14/+24
| * | | | | | | am: Convert storage stack to vectorGravatar Zach Hilman2018-11-181-27/+59
| * | | | | | | am: Move AM::IStorage to headerGravatar Zach Hilman2018-11-181-0/+16
| * | | | | | | am: Move IStorageAccessor to header and update backing bufferGravatar Zach Hilman2018-11-182-64/+62
| * | | | | | | am: Implement CreateTransferMemoryStorageGravatar Zach Hilman2018-11-182-0/+26
| * | | | | | | svc: Implement svcCreateTransferMemoryGravatar Zach Hilman2018-11-181-3/+33
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #1739 from lioncash/lmGravatar bunnei2018-11-191-1/+12
|\ \ \ \ \ \ \
| * | | | | | | lm: Implement SetDestination by doing nothingGravatar Lioncash2018-11-191-1/+12
* | | | | | | | kernel/resource_limit: Clean up interfaceGravatar Lioncash2018-11-196-190/+81
|/ / / / / / /
* | | | | | | hid: Use player-defined controller type as PREFERRED_CONTROLLERGravatar Zach Hilman2018-11-186-215/+114
* | | | | | | hid/npad: Update NPad to use player controller bindings and typeGravatar Zach Hilman2018-11-182-55/+108
* | | | | | | hid/touchscreen: Update Touchscreen to use advanced parametersGravatar Zach Hilman2018-11-181-6/+6
* | | | | | | hid: Add controller bindings for Mouse controllerGravatar Zach Hilman2018-11-182-4/+30
* | | | | | | hid: Add keyboard bindings for Keyboard controllerGravatar Zach Hilman2018-11-182-2/+24
* | | | | | | hid: Add controller bindings for DebugPad controllerGravatar Zach Hilman2018-11-182-21/+43
* | | | | | | settings: Add settings for multiple players and controllersGravatar Zach Hilman2018-11-181-3/+48
* | | | | | | settings: Add Native type for keyboardGravatar Zach Hilman2018-11-181-0/+210
* | | | | | | settings: Add Native type for mouse buttonsGravatar Zach Hilman2018-11-182-0/+34
* | | | | | | Added missing start/end touch attributes to touchscreenGravatar David Marcec2018-11-182-1/+18
* | | | | | | Added debugpad skeletonGravatar David Marcec2018-11-182-2/+55
* | | | | | | Added controller helper funcsGravatar David Marcec2018-11-182-0/+35
* | | | | | | Changed polling rate of hid and Right joycon rotationGravatar David Marcec2018-11-181-2/+2
* | | | | | | Left joycon rotation button remappingGravatar David Marcec2018-11-182-7/+21
* | | | | | | Added automatic npad switch based on supported stylesetsGravatar David Marcec2018-11-182-4/+124
* | | | | | | Added multi-input support and controller assignment at any portGravatar David Marcec2018-11-182-122/+181
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #1620 from DarkLordZach/ldr-roGravatar bunnei2018-11-187-23/+405
|\ \ \ \ \ \
| * | | | | | ldr_ro: Add error check for memory allocation failureGravatar Zach Hilman2018-11-174-13/+27
| * | | | | | ldr_ro: Implement UnloadNro (command 1)Gravatar Zach Hilman2018-11-151-22/+85
| * | | | | | ldr_ro: Fully Implement LoadNro (command 0)Gravatar Zach Hilman2018-11-151-11/+110
| * | | | | | ldr_ro: Implement UnloadNrr (command 3)Gravatar Zach Hilman2018-11-151-2/+84
| * | | | | | ldr_ro: Fully implement LoadNrr (command 2)Gravatar Zach Hilman2018-11-151-0/+112
| * | | | | | process: Make MirrorMemory take state to map new memory asGravatar Zach Hilman2018-11-152-3/+7
| * | | | | | pl_u: Resize buffers in shared font data getter to what game requestsGravatar Zach Hilman2018-11-151-0/+8
* | | | | | | Merge pull request #1718 from ogniK5377/lets-go-softlockGravatar bunnei2018-11-183-1/+18
|\ \ \ \ \ \ \
| * | | | | | | Implemented CalculateStandardUserSystemClockDifferenceByUserGravatar David Marcec2018-11-173-1/+18
* | | | | | | | Merge pull request #1671 from DarkLordZach/vi-disconnectGravatar bunnei2018-11-181-0/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | vi: Implement TransactParcel for Disconnect and DetachBufferGravatar Zach Hilman2018-11-171-0/+22
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #1728 from FearlessTobi/reset-signalGravatar Mat M2018-11-181-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | svc: ResetSignal is not stubbedGravatar Tobias2018-11-181-1/+1