aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
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
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
2019-01-29nvflinger: Add the Null displayLioncash
2019-01-29nvflinger: Change log message in OpenDisplay to be a debug log instead of a w...Lioncash
2019-01-29nvflinger: Remove unnecessary header inclusionsLioncash
2019-01-29nvflinger: Mark locals const where applicableLioncash
2019-01-29nvflinger: Use a std::array for the available displays instead of std::vectorLioncash