aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service
AgeCommit message (Expand)Author
2023-02-24am: avoid direct pointer access of transfer memory objectsLiam
2023-02-24hid: avoid direct pointer access of transfer memory objectsLiam
2023-02-21core: hid: Fix native mouse mappingsNarr the Reg
2023-02-21net: translate ECONNRESET network errorMonsterDruide1
2023-02-21sm:: fix lingering session initialization issuesLiam
2023-02-21sm:: support service registration deferralLiam
2023-02-21service: refactor server architectureLiam
2023-02-15Merge pull request #9796 from liamwhite/currentliamwhite
2023-02-15Merge pull request #9782 from arades79/fix-consexpr-value-declaration-usageliamwhite
2023-02-14service: remove deleted servicesLiam
2023-02-14remove static from pointer sized or smaller types for aesthetics, change cons...arades79
2023-02-14apply clang-formatarades79
2023-02-14add static lifetime to constexpr values to force compile time evaluation wher...arades79
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2023-02-09core: hid: Use gyro thresholds modes set by the gameNarr the Reg
2023-02-07service: hid: Return error if arguments of SetSupportedNpadIdType is invalidNarr the Reg
2023-02-03fsp_srv: Copy HLE Read Buffer for OutputAccessLogToSdCardameerj
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...liamwhite
2023-02-01Merge pull request #9696 from german77/please_forgive_me_for_this_sinbunnei
2023-02-01input_common: Implement turbo buttonsgerman77
2023-01-30Merge pull request #9508 from ameerj/hle-ipc-buffer-spanbunnei
2023-01-19core: hid: Only set the polling mode to the correct sideNarr the Reg
2023-01-19input_common: Fix issue where ring and irs are enabled at the same timegerman77
2023-01-19input_common: Implement joycon ir cameraNarr the Reg
2023-01-19yuzu: Add ring controller test buttongerman77
2023-01-19core: hid: Fix input regressionsNarr the Reg
2023-01-19service: hid: Set led pattern and fix color detectionNarr the Reg
2023-01-19core: hid: Migrate ring from emulated devices to emulated controllerNarr the Reg
2023-01-11nvnflinger: correct swap interval handlingLiam
2023-01-01service: nifm: Initialize request stategerman77
2023-01-01service: nifm: Match documentation namesgerman77
2022-12-28hle_ipc: Rename ReadBufferSpan to ReadBufferameerj
2022-12-28hle_ipc: Rename ReadBuffer to ReadBufferCopyameerj
2022-12-28bsd: Use std::span for read payloadsameerj
2022-12-28nvdrv: Use std::span for inputsameerj
2022-12-28hidbus: Use ReadBufferSpanameerj
2022-12-25nvflinger: Split Parcel class into InputParcel and OutputParcelameerj
2022-12-25service: Use ReadBufferSpan where it is trivial to do soameerj
2022-12-25fsp_srv: Use ReadBufferSpanameerj
2022-12-21time: add LockFreeAtomicTypeLiam
2022-12-18service: nfc: Silence ListDevicesgerman77
2022-12-16Merge pull request #6354 from ogniK5377/device-nameliamwhite
2022-12-14Revert "hle: service: audio: Use default service thread."bunnei
2022-12-13Set: Allow setting device nicknameChloe Marcec
2022-12-05Merge pull request #9369 from german77/mifareliamwhite
2022-12-04Merge pull request #9232 from bunnei/audio-default-threadliamwhite
2022-12-03Merge pull request #9289 from liamwhite/fruit-companyliamwhite
2022-12-01Merge pull request #9348 from Morph1984/when-the-network-is-downliamwhite
2022-12-01service: nfc: Implement mifare serviceNarr the Reg