aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service
AgeCommit message (Expand)Author
2020-12-20Merge pull request #5131 from bunnei/scheduler-rewritebunnei
2020-12-18buffer_queue: better use of std::arrayameerj
2020-12-17Overwrite slots instead of queuing them, add disconnect signalameerj
2020-12-15Merge pull request #5190 from Morph1984/validate_device_handlebunnei
2020-12-15Merge pull request #5119 from Morph1984/fs-opendatastoragewithprogramindexbunnei
2020-12-14Merge pull request #5168 from Morph1984/aoc-PurchaseEventManagerbunnei
2020-12-12controllers/npad: Validate device handles before useMorph
2020-12-10Merge pull request #5123 from Morph1984/nim-IsLargeResourceAvailablebunnei
2020-12-09Merge pull request #5142 from comex/xx-poll-eventsRodrigo Locatti
2020-12-08Merge pull request #5166 from lioncash/log-castbunnei
2020-12-08Merge pull request #5135 from Morph1984/applets-shadowbunnei
2020-12-08IPurchaseEventManager: Implement GetPurchasedEventReadableHandleMorph
2020-12-08IPurchaseEventManager: Stub Set(Default)DeliveryTargetMorph
2020-12-08aoc_u: Stub Create(Permanent)EcPurchasedEventManagerMorph
2020-12-08fsp_srv: Implement OpenDataStorageWithProgramIndexMorph
2020-12-08file_sys: Consolidate common Title ID operationsMorph
2020-12-07core: Remove unnecessary enum casts in log callsLioncash
2020-12-07controller: Use std::move within ConvertToFrontendParameters()Lioncash
2020-12-07controller: Avoid unnecessary copies in ConfigurationComplete()Lioncash
2020-12-06Merge pull request #5148 from comex/xx-unused-fieldsbunnei
2020-12-06Merge pull request #5154 from comex/xx-ipcbunnei
2020-12-07Merge pull request #5147 from comex/xx-purevirtLC
2020-12-06network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum...comex
2020-12-06hle: Type check ResponseBuilder::Push arguments, and fix use in vi.cppcomex
2020-12-06core: Mark unused fields as [[maybe_unused]]comex
2020-12-06boxcat: Avoid unnecessary object copycomex
2020-12-06nvdrv: Remove useless re-declaration of pure virtual methods that were alread...comex
2020-12-06hle: kernel: Rewrite scheduler implementation based on Mesopshere.bunnei
2020-12-05applets: Resolve variable shadowingMorph
2020-12-04nim: Stub IsLargeResourceAvailableMorph
2020-11-29core: arm: Implement InvalidateCacheRange for CPU cache invalidation.bunnei
2020-11-28Merge pull request #4998 from Morph1984/bioshock-patchbunnei
2020-11-28Add missing types to NpadCommunicationModegerman
2020-11-28Merge pull request #5021 from german77/StubCommunicationModebunnei
2020-11-27savedata_factory: Eliminate usage of the global system instanceLioncash
2020-11-26Stub set and get NpadCommunicationModegerman
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-11-26Merge pull request #4975 from comex/invalid-syncpoint-idbunnei
2020-11-25Merge pull request #4981 from ogniK5377/ioctl-ctrlbunnei
2020-11-25hid: Check if applet_resource exists in InitializeVibrationDeviceMorph
2020-11-24service: am: Implement ExecuteProgram and required stubs.bunnei
2020-11-24hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)bunnei
2020-11-24nvdrv, video_core: Don't index out of bounds when given invalid syncpoint IDcomex
2020-11-24nvservices: Reintroducee IoctlCtrlChloe Marcec
2020-11-21Merge pull request #4944 from lioncash/system-rembunnei
2020-11-20Merge pull request #4907 from ogniK5377/nvdrv-cleanupbunnei
2020-11-20olsc: Move member initialization to after member functions.bunnei
2020-11-19hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functi...bunnei
2020-11-18patch_manager: Remove usages of the global system instanceLioncash
2020-11-15hid: Reimplement Begin/EndPermitVibrationSessionMorph