aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2018-11-21kernel/handle_table: Restrict handle table size to 1024 entriesLioncash
2018-11-21kernel/handle_table: Default destructor in the cpp fileLioncash
2018-11-20am: Correct build failureLioncash
2018-11-20Merge pull request #1734 from lioncash/sharedbunnei
2018-11-20Merge pull request #1733 from lioncash/ldrbunnei
2018-11-20Merge pull request #1746 from lioncash/randombunnei
2018-11-20file_sys/card_image: Provide named members for the GamecardInfo structLioncash
2018-11-20kernel/process: Move <random> include to the cpp fileLioncash
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-19kernel/shared_memory: Make Map() and Unmap() take the target process by refer...Lioncash
2018-11-19kernel/shared_memory: Add a const qualified member function overload for GetP...Lioncash
2018-11-19kernel/shared_memory: Use 64-bit types for offset and size in CreateForAppletLioncash
2018-11-19kernel/shared_memory: Make GetPointer() take a std::size_t instead of a u32Lioncash
2018-11-19kernel/shared_memory: Make data members privateLioncash
2018-11-19ldr: Clean up error codesLioncash
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