aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2019-02-20Merge pull request #2130 from lioncash/system_enginebunnei
2019-02-20Fixes Unicode Key File Directories (#2120)Jungy
2019-02-19service/nvflinger: Relocate definitions of Layer and Display to the vi serviceLioncash
2019-02-16Corrections, documenting and fixes.Fernando Sahmkow
2019-02-16address_arbiter: Use nested namespaces where applicableLioncash
2019-02-15video_core: Remove usages of System::GetInstance() within the enginesLioncash
2019-02-15Use u128 on Clock Cycles calculation.Fernando Sahmkow
2019-02-15Correct CNTPCT to use Clock Cycles instead of Cpu Cycles.Fernando Sahmkow
2019-02-15core_timing: Convert core timing into a classLioncash
2019-02-13Merge pull request #2115 from lioncash/localbunnei
2019-02-12threadsafe_queue: Remove NeedSize template parameterLioncash
2019-02-12core_timing: Make EmptyTimedCallback a local variableLioncash
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-06Merge pull request #2091 from FearlessTobi/port-4603bunnei
2019-02-06gl_shader_cache: Link loading screen with disk shader cache loadReinUsesLisp
2019-02-06gl_shader_disk_cache: Pass core system as argument and guard against games wi...ReinUsesLisp
2019-02-06settings: Hide shader cache behind a settingReinUsesLisp
2019-02-06rasterizer_interface: Add disk cache entry for the rasterizerReinUsesLisp
2019-02-06gdbstub: only let Execute breakpoints write/restore BKPT opcodes into target ...Dimitri ALBORA
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