aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2021-12-06core: hle: kernel: k_process: DisableDispatch on main thread.bunnei
2021-12-06core: hle: kernel: k_handle_table: Use KScopedDisableDispatch as necessary.bunnei
2021-12-06core: hle: kernel: k_thread: Add KScopedDisableDispatch.bunnei
2021-12-06core: hle: kernel: Ensure idle threads are closed before destroying scheduler.bunnei
2021-12-06core: hle: kernel: Reflect non-emulated threads as core 3.bunnei
2021-12-06Merge pull request #7524 from german77/hid_stubbunnei
2021-12-06service/notif: Add notif:a and stub ListAlarmSettings,Initializegerman77
2021-12-06fix formattingitsmeft24
2021-12-06move private members below public membersitsmeft24
2021-12-06fix formattingitsmeft24
2021-12-06fix formattingitsmeft24
2021-12-05service/hid: Stub SetNpadCaptureButtonAssignment and ClearNpadCaptureButtonAs...german77
2021-12-05loader: Support loading subsdk{8,9}jam1garner
2021-12-05fix formattingitsmeft24
2021-12-05Remove unnecessary includesitsmeft24
2021-12-05service/hid: Implement SetNpadJoyAssignmentModegerman77
2021-12-05Add copyright noticeitsmeft24
2021-12-05general: Add missing copyright noticesameerj
2021-12-05Add KCodeMemory to CMakeLists.txtitsmeft24
2021-12-05kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemoryitsmeft24
2021-12-05core/hid: Add missing controller typegerman77
2021-12-04core/hid: Ensure only valid npad are connectedgerman77
2021-12-05Address feedbackFeng Chen
2021-12-03Merge pull request #7489 from Morph1984/steady-clockbunnei
2021-12-02service: am: ISelfController: Stub SaveCurrentScreenshotMorph
2021-12-02general: Replace high_resolution_clock with steady_clockMorph
2021-12-02Support multiple videos playingFeng Chen
2021-11-30service: friend: Implement GetCompletionEventMorph
2021-11-29input_interpreter: Make use of NpadButton instead of a u64Morph
2021-11-29npad: Return NpadButton in GetAndResetPressStateMorph
2021-11-29core: hid: hid_types: Add "All" to NpadButtonMorph
2021-11-29core: hid: hid_core: Add (Enable/DIsable)AllControllerConfigurationMorph
2021-11-29general: Fix handheld typoMorph
2021-11-29core: hid: Mark constructors as explicitMorph
2021-11-29core: hid: Cleanup and amend documentationMorph
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-26config: Remove vibration configurationgerman77
2021-11-26input_common: Fully implement UDP controllersNarr the Reg
2021-11-24service/hid: Finish converting LIFO objects and address some nitsNarr the Reg
2021-11-24bootmanager: Use cross-platform keyboard inputgerman77
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-24input_common: Allow keyboard to be backwards compatiblegerman77
2021-11-24core/hid: Improve accuracy of the keyboard implementationgerman77
2021-11-24core/hid: Fix keyboard alignmentgerman77