summaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2021-11-30service: friend: Implement GetCompletionEventMorph
2021-11-29npad: Return NpadButton in GetAndResetPressStateMorph
2021-11-29general: Fix handheld typoMorph
2021-11-28Merge pull request #7438 from german77/homebrew2bunnei
2021-11-27core/ns: Implement GetReadOnlyApplicationControlDataInterfaceNarr the Reg
2021-11-27core/pdm: Stub QueryPlayStatisticsByApplicationIdAndUserAccountIdNarr the Reg
2021-11-27settings: Add debug setting to enable all controllersgerman77
2021-11-27core/hid: Stub GetUniquePadsFromNpadNarr the Reg
2021-11-24service/hid: Finish converting LIFO objects and address some nitsNarr the Reg
2021-11-24kraken: Address comments from reviewgerman77
2021-11-24core/hid: Improve accuary of mouse implementationgerman77
2021-11-24core/hid: Fully implement native mousegerman77
2021-11-24core/hid: Improve accuracy of the keyboard implementationgerman77
2021-11-24core/hid: Fix keyboard alignmentgerman77
2021-11-24core/hid: Remove usage of native types, fix a couple of errors with motiongerman77
2021-11-24service/hid: Remove includes of core.h and settings.hgerman77
2021-11-24service/hid: Add support for new controllersgerman77
2021-11-24core/hid: Rename NpadType to NpadStyleIndexgerman77
2021-11-24second commit lion reviewgerman77
2021-11-24kraken: Address comments from reviewgerman77
2021-11-24core/hid: Update structs to 13.1.0german77
2021-11-24core/hid: Rework battery mappingsgerman77
2021-11-24service/hid: Fix memory allocated incorrectlygerman77
2021-11-24Morph review first wavegerman77
2021-11-24service/hid: Match shared memory closer to HWgerman77
2021-11-24kraken: Address comments from reviewgerman77
2021-11-24service/hid: Use ring buffer for gesturesgerman77
2021-11-24service/hid: Fix gesture inputgerman77
2021-11-24configuration: Migrate controller settings to emulated controllergerman77
2021-11-24core/hid: Only signal when neededgerman77
2021-11-24hid: Fix controller connection/disconnectiongerman77
2021-11-24kraken: Fix errors from rebase and format filesgerman77
2021-11-24core/hid: Add output devicesgerman77
2021-11-24core/frontend: Update appletsgerman77
2021-11-24service/hid: Rewrite npad to use ring lifo and the emulated controllergerman77
2021-11-24service/hid: Update console sixaxis to the emulated consolegerman77
2021-11-24service/hid: Update mouse and keyboard to use ring lifo and the emulated devicegerman77
2021-11-24service/hid: Update touch and gestures to use ring lifo and the emulated consolegerman77
2021-11-24service/hid: Update debug pad, xpad, stubbed and controller base to use ring ...german77
2021-11-24service/hid: Use remove duplicated code, update namesgerman77
2021-11-24service/hid: Create ring LIFOgerman77
2021-11-24settings: Cleanup settingsgerman77
2021-11-22Merge pull request #7394 from Morph1984/svc-SetMemoryPermissionbunnei
2021-11-20Merge pull request #7359 from heinermann/kthread_crashbunnei
2021-11-20kernel: svc: Move all IsValid functions to an anonymous namespaceMorph
2021-11-20kernel: svc: Implement SetProcessMemoryPermissionMorph
2021-11-20kernel: KPageTable: Rename SetCodeMemoryPermission to SetProcessMemoryPermissionMorph
2021-11-20service: pm: Implement AtmosphereGetProcessIdMorph
2021-11-20service: pm: Add all relevant result codesMorph
2021-11-20service: pm: Rename title id to program idMorph