summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* am: Return StubApplet instead of nullptr when AppletId not foundGravatar Zach Hilman2018-11-223-11/+11
* applets: Add StubAppletGravatar Zach Hilman2018-11-213-0/+98
* Merge pull request #1742 from lioncash/hle-swkbdGravatar bunnei2018-11-215-44/+63
|\
| * am/applets: Make the applet data broker part of the applet itself.Gravatar Lioncash2018-11-205-31/+36
| * am/applets: Replace includes with forward declarations where applicableGravatar Lioncash2018-11-202-2/+9
| * am/applets: Relocate comments above the relevant data member in AppletDataBrokerGravatar Lioncash2018-11-201-11/+18
* | 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
| |/ /
* | | Merge pull request #1746 from lioncash/randomGravatar bunnei2018-11-202-1/+1
|\ \ \
| * | | kernel/process: Move <random> include to the cpp fileGravatar Lioncash2018-11-202-1/+1
| | |/ | |/|
* / | file_sys/card_image: Provide named members for the GamecardInfo structGravatar Lioncash2018-11-201-1/+12
|/ /
* | Merge pull request #1667 from DarkLordZach/swkbdGravatar bunnei2018-11-2012-106/+840
|\ \
| * | 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-184-6/+12
| * | 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-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