summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | am: Correct build failureGravatar Lioncash2018-11-201-2/+2
* | | | | | Merge pull request #1734 from lioncash/sharedGravatar bunnei2018-11-203-29/+45
|\ \ \ \ \ \
| * | | | | | kernel/shared_memory: Make Map() and Unmap() take the target process by refer...Gravatar Lioncash2018-11-193-12/+12
| * | | | | | kernel/shared_memory: Add a const qualified member function overload for GetP...Gravatar Lioncash2018-11-192-1/+12
| * | | | | | kernel/shared_memory: Use 64-bit types for offset and size in CreateForAppletGravatar Lioncash2018-11-192-2/+2
| * | | | | | kernel/shared_memory: Make GetPointer() take a std::size_t instead of a u32Gravatar Lioncash2018-11-192-2/+2
| * | | | | | kernel/shared_memory: Make data members privateGravatar Lioncash2018-11-191-12/+17
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #1733 from lioncash/ldrGravatar bunnei2018-11-201-29/+12
|\ \ \ \ \ \
| * | | | | | ldr: Clean up error codesGravatar Lioncash2018-11-191-29/+12
| |/ / / / /
* | / / / / kernel/process: Move <random> include to the cpp fileGravatar Lioncash2018-11-202-1/+1
| |/ / / / |/| | | |
* | | | | Merge pull request #1667 from DarkLordZach/swkbdGravatar bunnei2018-11-207-106/+729
|\ \ \ \ \
| * | | | | software_keyboard: Fix erroneous extra PushNormalDataGravatar Zach Hilman2018-11-191-3/+2
| * | | | | 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