aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service
AgeCommit message (Expand)Author
2019-03-11set_sys: Move constants to anonymous namespaceZach Hilman
2019-03-10set_sys: Use official nintendo version stringZach Hilman
2019-03-10set_sys: Use correct error codes in GetFirmwareVersion*Zach Hilman
2019-03-10set_sys: Implement GetFirmwareVersion(2) for libnx hosversionZach Hilman
2019-03-07Merge pull request #2202 from lioncash/port-privbunnei
2019-03-07Merge pull request #2206 from lioncash/audio-stopbunnei
2019-03-07Merge pull request #2055 from bunnei/gpu-threadbunnei
2019-03-07service/audio/audout_u: Only actually stop the audio stream in StopAudioOut i...Lioncash
2019-03-06Merge pull request #2197 from lioncash/includebunnei
2019-03-06gpu: Move command processing to another thread.bunnei
2019-03-06gpu: Refactor command and swap buffers interface for asynch.bunnei
2019-03-06hle/service/audio/audout_u: Correct lack of return in failure case of AppendA...Lioncash
2019-03-05kernel/server_session: Make data members privateLioncash
2019-03-05hle/service/audio: Extract audio error codes to a headerLioncash
2019-03-05core/hle/ipc: Remove unnecessary includesLioncash
2019-03-01Merge pull request #2180 from lioncash/audrenbunnei
2019-03-01service/audio/audren_u: Implement OpenAudioRendererAutoLioncash
2019-03-01service/audio: Provide an implementation of ExecuteAudioRendererRenderingLioncash
2019-02-27service/hid: Amend forward declaration of ServiceManagerLioncash
2019-02-27Merge pull request #2169 from lioncash/namingbunnei
2019-02-27audio_core/audio_renderer: Name previously unknown parameters of AudioRendere...Lioncash
2019-02-27common/math_util: Move contents into the Common namespaceLioncash
2019-02-25service/vi: Update IManagerDisplayService's function tableLioncash
2019-02-21service/nvflinger: Store BufferQueue instances as regular data membersLioncash
2019-02-21service/vi/vi_layer: Convert Layer struct into a classLioncash
2019-02-21service/nvflinger: Move display specifics over to vi_displayLioncash
2019-02-19service/nvflinger: Relocate definitions of Layer and Display to the vi serviceLioncash
2019-02-15core_timing: Convert core timing into a classLioncash
2019-02-12core_timing: Rename CoreTiming namespace to Core::TimingLioncash
2019-02-08nvdisp_disp0: change drawing message log level from Warning to TraceTobias
2019-02-05service/nvflinger,service/vi: Handle failure cases with exposed APILioncash
2019-02-05service/nvflinger: Mark FindVsyncEvent() as a const member functionLioncash
2019-02-05service/nvflinger: Rename GetVsyncEvent() to FindVsyncEvent()Lioncash
2019-02-01Merge pull request #2073 from lioncash/opusbunnei
2019-01-31Merge pull request #2072 from lioncash/servicebunnei
2019-01-30hwopus: Implement DecodeInterleavedLioncash
2019-01-30service/nvflinger: Make FindBufferQueueId() a const member functionLioncash
2019-01-30service/nvflinger: Rename Get prefix on function to FindLioncash
2019-01-29hwopus: Deduplicate the decoding code within DecodeInterleavedOld and DecodeI...Lioncash
2019-01-29hwopus: Replace std::optional<std::reference_wrapper<u64>> with u64*Lioncash
2019-01-29hwopus: Mark local variables as const where applicableLioncash
2019-01-29hwopus: Fill in the rest of the unknown service function namesLioncash
2019-01-29service/ns: Update function tablesLioncash
2019-01-29service/ncm: Update function tablesLioncash
2019-01-29service/audio: Update function tablesLioncash
2019-01-29service/am/applet_ae: Update function tablesLioncash
2019-01-29service/fsp-srv: Update function tablesLioncash
2019-01-29service/btm: Update function tablesLioncash
2019-01-29service/btdrv: Update function tablesLioncash
2019-01-29service/psc: Update function tablesLioncash