aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2018-02-13service: Remove remaining uses of BufferDescriptor*.bunnei
2018-02-13audio: Use WriteBuffer instead of BufferDescriptorB.bunnei
2018-02-13vi: Eliminate direct usage of BufferDescriptorB.bunnei
2018-02-13nvdrv: Use ReadBuffer/WriteBuffer functions for Ioctl.bunnei
2018-02-13vi: Use ReadBuffer/WriteBuffer functions for TransactParcel.bunnei
2018-02-13hle_ipc: Add helper functions for reading and writing buffers.bunnei
2018-02-13hle_ipc: Add helper functions for reading and writing buffers.bunnei
2018-02-13vi: Fix TransactParcelAuto to support both buffer formats.bunnei
2018-02-13audren_u: Schedule reoccuring event. (#183)bunnei
2018-02-13Merge pull request #181 from bunnei/vi-fixes-2bunnei
2018-02-13Service/lm: add support to multiline logsmailwl
2018-02-12vi: Add FENCE_HACK, which is useful for booting BOTW.bunnei
2018-02-12vi: Stub TransactParcel CancelBuffer.bunnei
2018-02-12TransactParcel: Move WriteBlock to narrowest scope.bunnei
2018-02-12Merge pull request #179 from gdkchan/audren_stubsbunnei
2018-02-12Add RequestUpdateAudioRenderer, StartAudioRenderer and StopAudioRenderer stub...gdkchan
2018-02-12Merge pull request #178 from Subv/command_buffersbunnei
2018-02-11Make a GPU class in VideoCore to contain the GPU state.Subv
2018-02-11GPU: Added a command processor to decode the GPU pushbuffers and forward the ...Subv
2018-02-11nvdrv: Make the GPU memory manager available to nvhost-gpu.Subv
2018-02-11vi: Parse IGBPQueueBufferRequestParcel params and expose buffer flip vertical.bunnei
2018-02-11vi: Fix OpenLayer and CreateStrayLayer.bunnei
2018-02-09fsp_srv: Stub MountSdCard.bunnei
2018-02-09apm: Refactor service impl. to support multiple ports.bunnei
2018-02-09vi: Implement TransactParcelAuto.bunnei
2018-02-09nvflinger: (Hack) Use first available buffer if none are found.bunnei
2018-02-09IGBPQueueBufferRequestParcel: Don't enforce buffer length.bunnei
2018-02-09IGBPRequestBufferResponseParcel: Fix response for libnx.bunnei
2018-02-09nvdrv: Fix QueryEvent for libnx.bunnei
2018-02-08IApplicationDisplayService::CloseDisplay: Fix response params size.bunnei
2018-02-08nvhost_ctrl_gpu: Implement ZCullGetInfo.bunnei
2018-02-08acc_u0: Implement ListAllUsers.bunnei
2018-02-07nvhost_as_gpu: Implement AllocateSpace and MapBufferEx.bunnei
2018-02-07nvdrv: Add MemoryManager class to track GPU memory.bunnei
2018-02-07nvmap: Refactor to expose nvmap objects.bunnei
2018-02-07nvhost_as_gpu: Add nvmap as a class member.bunnei
2018-02-07Service: stub some functions in am, audio, time, vi servicesmailwl
2018-02-06Service/hid: stub SetNpadHandheldActivationModemailwl
2018-02-05Merge pull request #165 from bunnei/puyo-fixesbunnei
2018-02-05mutex: Update hasWaiters on release.bunnei
2018-02-05hid: Stub ActivateTouchScreen and SetNpadJoyHoldType.bunnei
2018-02-05Extra nvdrv support (#162)David
2018-02-05IApplicationFunctions: Stub out EnsureSaveData.bunnei
2018-02-05Dont call UNIMPLEMENTED for 'empty services', just return error codeDavid Marcec
2018-02-04set: GetAvailableLanguageCodes should not return lang_codes size.bunnei
2018-02-04nvflinger: Signal BufferQueue native handle event.bunnei
2018-02-04logger: Add Time service logging category.bunnei
2018-02-04logger: Add SET service logging category.bunnei
2018-02-04logger: Add PCTL service logging category.bunnei
2018-02-04logger: Add LM service logging category.bunnei