aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2018-11-20Merge pull request #1667 from DarkLordZach/swkbdbunnei
2018-11-19Merge pull request #1739 from lioncash/lmbunnei
2018-11-19kernel/resource_limit: Clean up interfaceLioncash
2018-11-19lm: Implement SetDestination by doing nothingLioncash
2018-11-19software_keyboard: Fix erroneous extra PushNormalDataZach Hilman
2018-11-19software_keyboard: Return correct result code on user cancel operationZach Hilman
2018-11-19applet: Add AppletDataBroker to manage HLE to AM service interactionZach Hilman
2018-11-19software_keyboard: Use correct offset for inital text stringZach Hilman
2018-11-18hid: Use player-defined controller type as PREFERRED_CONTROLLERZach Hilman
2018-11-18hid/npad: Update NPad to use player controller bindings and typeZach Hilman
2018-11-18hid/touchscreen: Update Touchscreen to use advanced parametersZach Hilman
2018-11-18hid: Add controller bindings for Mouse controllerZach Hilman
2018-11-18hid: Add keyboard bindings for Keyboard controllerZach Hilman
2018-11-18hid: Add controller bindings for DebugPad controllerZach Hilman
2018-11-18settings: Add settings for multiple players and controllersZach Hilman
2018-11-18settings: Add Native type for keyboardZach Hilman
2018-11-18settings: Add Native type for mouse buttonsZach Hilman
2018-11-18Added missing start/end touch attributes to touchscreenDavid Marcec
2018-11-18Added debugpad skeletonDavid Marcec
2018-11-18Added controller helper funcsDavid Marcec
2018-11-18Changed polling rate of hid and Right joycon rotationDavid Marcec
2018-11-18Left joycon rotation button remappingDavid Marcec
2018-11-18Added automatic npad switch based on supported stylesetsDavid Marcec
2018-11-18Added multi-input support and controller assignment at any portDavid Marcec
2018-11-18software_keyboard: Check for UTF-8 config flagZach Hilman
2018-11-18Merge pull request #1620 from DarkLordZach/ldr-robunnei
2018-11-18Merge pull request #1718 from ogniK5377/lets-go-softlockbunnei
2018-11-18Merge pull request #1671 from DarkLordZach/vi-disconnectbunnei
2018-11-18Merge pull request #1728 from FearlessTobi/reset-signalMat M
2018-11-18svc: ResetSignal is not stubbedTobias
2018-11-18software_keyboard: Push all data over all channels on dialog completionZach Hilman
2018-11-18applet: Use std::queue instead of std::vector for storage stackZach Hilman
2018-11-18applet: Add operation completed callbackZach Hilman
2018-11-18software_keyboard: Push buffer size to offset 0x4 in output dataZach Hilman
2018-11-18software_keyboard: Make GetText asynchronousZach Hilman
2018-11-18am: Allow applets to push multiple and different channels of dataZach Hilman
2018-11-18am: Implement ILibraryAppletAccessor IsCompleted and GetResultZach Hilman
2018-11-18am: Implement text check software keyboard modeZach Hilman
2018-11-18am: Deglobalize software keyboard appletZach Hilman
2018-11-18qt/main: Register Qt Software Keyboard frontend with AMZach Hilman
2018-11-18am: Construct and use proper applets with ILibraryAppletAccessorZach Hilman
2018-11-18am/applets: Add connector between frontend and AM applet classesZach Hilman
2018-11-18frontend/applets: Add frontend software keyboard provider and defaultZach Hilman
2018-11-18am/applets: Add Applet superclass to describe a generic appletZach Hilman
2018-11-18am: Unstub ILibraryAppletAccessor::StartZach Hilman
2018-11-18am: Implement PopInteractiveOutData and PushInteractiveInDataZach Hilman
2018-11-18am: Convert storage stack to vectorZach Hilman
2018-11-18am: Move AM::IStorage to headerZach Hilman
2018-11-18am: Move IStorageAccessor to header and update backing bufferZach Hilman
2018-11-18am: Implement CreateTransferMemoryStorageZach Hilman