aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2019-03-05vm_manager: Remove cheat-specific ranges from VMManagerZach Hilman
2019-03-05kernel/thread: Remove obsolete TODO in Create()Lioncash
2019-03-05core/hle/ipc: Remove unnecessary includesLioncash
2019-03-04vm_manager: Add support for storing and getting main code regionZach Hilman
2019-03-04controllers/npad: Add accessor for current press stateZach Hilman
2019-03-04vm_manager: Use range helpers in HeapAlloc() and HeapFree()Lioncash
2019-03-04vm_manager: Provide address range checking functions for other memory regionsLioncash
2019-03-04kernel/scheduler: Pass in system instance in constructorLioncash
2019-03-04kernel/shared_memory: Get rid of the use of global accessor functions within ...Lioncash
2019-03-04svc: Migrate address range checking functions to VMManagerLioncash
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-27Merge pull request #2161 from lioncash/handle-tablebunnei
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-26service/vi: Unstub GetDisplayServiceLioncash
2019-02-26core/ipc_helper: Allow popping all signed value types with RequestParserLioncash
2019-02-26service/vi: Remove use of a module classLioncash
2019-02-25kernel/handle_table: Make local variables as const where applicableLioncash
2019-02-25kernel/handle_table: Allow process capabilities to limit the handle table sizeLioncash
2019-02-25kernel/handle-table: In-class initialize data membersLioncash
2019-02-25kernel/handle_table: Resolve truncation warningsLioncash
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-16address_arbiter: Use nested namespaces where applicableLioncash
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-06remove all occurance of specifying endianness inside BitFieldWeiyi Wang
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-31kernel: Remove the Timer classLioncash
2019-01-31Merge pull request #2072 from lioncash/servicebunnei
2019-01-31Merge pull request #2077 from lioncash/virtbunnei
2019-01-30kernel/wait_object: Devirtualize functions related to manipulating the thread...Lioncash
2019-01-30kernel/timer: Remove unnecessary WakeupAllWaitingThreads() overrideLioncash
2019-01-30kernel/readable_event: Remove unnecessary WakeupAllWaitingThreads() overrideLioncash
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