aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2018-11-21kernel/handle_table: Move private static functions into the cpp fileLioncash
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-21Merge pull request #1742 from lioncash/hle-swkbdbunnei
2018-11-21nvhost_ctrl_gpu: Implement IoctlGetGpuTime.bunnei
2018-11-20am: Correct build failureLioncash
2018-11-20patch_manager: Show LayeredExeFS patch in add-ons columnZach Hilman
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-20patch_manager: Apply LayeredExeFS patchesZach Hilman
2018-11-20settings: Add option to dump ExeFS of games upon launchZach Hilman
2018-11-20kernel/process: Move <random> include to the cpp fileLioncash
2018-11-20am/applets: Make the applet data broker part of the applet itself.Lioncash
2018-11-20am/applets: Replace includes with forward declarations where applicableLioncash
2018-11-20am/applets: Relocate comments above the relevant data member in AppletDataBrokerLioncash
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-18svc: Implement yield types 0 and -1Zach Hilman
2018-11-18filesystem: Clear registered union paths on factory creationZach 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-19Removed hard coded values for width and heightDavid Marcec