aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service
AgeCommit message (Expand)Author
2021-04-05nvhost_nvdec_common: Avoid memcpy with null pointerslat9nq
2021-04-05nvhost_ctrl_gpu: Avoid sending null pointer to memcpylat9nq
2021-04-02Merge pull request #6131 from german77/rightjoyconSLSRMorph
2021-04-02HID: Fix SL and SR buttons for right joycongerman77
2021-03-30ISelfController: Stub SetAlbumImageTakenNotificationEnabledMorph
2021-03-30configuration: Add auto stub toggle that resets on bootameerj
2021-03-30service: Auto stub fallbackameerj
2021-03-30nvdrv: Cleanup CDMA Processor on device closureChloe Marcec
2021-03-30Addressed issuesChloe Marcec
2021-03-29Merge pull request #6109 from german77/gestureIDbunnei
2021-03-29Merge pull request #6102 from ogniK5377/fd-passbunnei
2021-03-27service: friend: Change logging class from ACC to FriendMorph
2021-03-27Friend: Stub GetPlayHistoryRegistrationKeygerman77
2021-03-26HID: Initialize correctly the gesture finger_id and filter invalid resultsNarr the Reg
2021-03-27pctl: Rework how pctl works to be more accurateChloe Marcec
2021-03-25nvdrv: Pass device fd and handle device create methods for device opening and...Chloe Marcec
2021-03-22nvdrv: Change InitializeEx to AllocAsExChloe Marcec
2021-03-19Merge pull request #6052 from Morph1984/vi-getindirectlayerimagemapbunnei
2021-03-18Merge pull request #6056 from zkitX/spl-updatesbunnei
2021-03-17IApplicationDisplayService: Stub GetIndirectLayerImageMapMorph
2021-03-16bsd: Avoid writing empty buffersMorph
2021-03-13Merge pull request #6054 from Morph1984/time-GetClockSnapshotbunnei
2021-03-11Fix casing on DeallocateAesKeySlotzkitx
2021-03-11Update SPL to fit N's service refactor (4.0.0+) which split into new services.zkitx
2021-03-10time: Fix CalculateSpanBetween implementationMorph
2021-03-10time: Assign the current time point to the ClockSnapshotMorph
2021-02-28Merge pull request #6007 from bunnei/ldn-errorbunnei
2021-02-27Merge pull request #5276 from german77/gesturesMorph
2021-02-27Implements touch, pan, pinch and rotation gesturesgerman
2021-02-27core: hle: ldn: Error out on call to Initialization.bunnei
2021-02-27Merge pull request #5953 from bunnei/memory-refactor-1bunnei
2021-02-26Merge pull request #5944 from Morph1984/gc-vibrationsbunnei
2021-02-21hid: Implement GameCube Controller VibrationsMorph
2021-02-21acc: Stub GetNintendoAccountUserResourceCacheForApplicationMorph
2021-02-20kernel: Fix resource release exception on exitameerj
2021-02-18hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.bunnei
2021-02-18hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others.bunnei
2021-02-18hle: kernel: KSystemControl does not belong in Memory namespace.bunnei
2021-02-18hle: kernel: Rename SharedMemory to KSharedMemory.bunnei
2021-02-18Merge pull request #4973 from ameerj/nvdec-optbunnei
2021-02-15Merge pull request #4940 from german77/nativeGCbunnei
2021-02-13hle: service: ldn: IUserLocalCommunicationService: Improve the stub.bunnei
2021-02-13hle: service: ldn: IUserLocalCommunicationService: Indicate that LDN is disab...bunnei
2021-02-13hle: service: am: IStorageAccessor: Fix out of bounds error handling.bunnei
2021-02-13Address PR feedbackameerj
2021-02-13nvdec cleanupameerj
2021-02-12kernel: Unify result codes (#5890)Chloe
2021-02-11Merge pull request #5902 from lioncash/core-warnbunnei
2021-02-10software_keyboard: Implement Finalize request commandMorph
2021-02-09bsd: Remove usage of optional emplace() with no argumentsLioncash