summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | software_keyboard: Return correct result code on user cancel operationGravatar Zach Hilman2018-11-193-5/+1
| * | | | | applet: Add AppletDataBroker to manage HLE to AM service interactionGravatar Zach Hilman2018-11-195-104/+194
| * | | | | software_keyboard: Use correct offset for inital text stringGravatar Zach Hilman2018-11-191-1/+2
| * | | | | software_keyboard: Check for UTF-8 config flagGravatar Zach Hilman2018-11-182-9/+23
| * | | | | software_keyboard: Push all data over all channels on dialog completionGravatar Zach Hilman2018-11-181-18/+26
| * | | | | applet: Use std::queue instead of std::vector for storage stackGravatar Zach Hilman2018-11-185-18/+44
| * | | | | applet: Add operation completed callbackGravatar Zach Hilman2018-11-182-3/+5
| * | | | | software_keyboard: Push buffer size to offset 0x4 in output dataGravatar Zach Hilman2018-11-184-18/+39
| * | | | | software_keyboard: Make GetText asynchronousGravatar Zach Hilman2018-11-183-6/+20
| * | | | | am: Allow applets to push multiple and different channels of dataGravatar Zach Hilman2018-11-184-36/+34
| * | | | | am: Implement ILibraryAppletAccessor IsCompleted and GetResultGravatar Zach Hilman2018-11-181-4/+8
| * | | | | am: Implement text check software keyboard modeGravatar Zach Hilman2018-11-183-14/+95
| * | | | | am: Deglobalize software keyboard appletGravatar Zach Hilman2018-11-187-31/+48
| * | | | | 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-182-0/+128
| * | | | | am/applets: Add Applet superclass to describe a generic appletGravatar Zach Hilman2018-11-182-0/+75
| * | | | | 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-184-174/+61
* | | | | | 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
* | | | | | 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-186-21/+400
|\ \ \ \ \
| * | | | | 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-151-1/+2
| * | | | | 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
|\ \ \ \ \ \ \