summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
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
2019-01-29hle/ipc_helpers: Fix clang-format warningsLioncash
2019-01-29hle/ipc_helpers: Allow pushing signed valuesLioncash
2019-01-28service/pm: Implement SetMaintenanceBoot()Lioncash
2019-01-28service/pm: Tidy up functionality related to SystemBootModeLioncash
2019-01-28service/vi: Remove stubbed notifier from SetLayerVisibilityLioncash
2019-01-26kernel/svc: Log out uncaught C++ exceptions from svcBreakLioncash
2019-01-23Merge pull request #2054 from bunnei/scope-context-refactorbunnei
2019-01-23frontend: Refactor ScopeAcquireWindowContext out of renderer_opengl.bunnei
2019-01-22citra_qt: Log settings on launchzhupengfei
2019-01-20Merge pull request #2025 from DarkLordZach/loader-banner-logobunnei
2019-01-19Merge pull request #2031 from lioncash/privbunnei
2019-01-18file_sys/directory: Remove unused DirectoryBackend classLioncash
2019-01-17core/frontend/applets/web_browser: Include missing headersLioncash
2019-01-17core/frontend/applets/web_browser: Make OpenPage() non-constLioncash
2019-01-15loader: Propagate NCA logo section to ReadBanner and ReadLogoZach Hilman
2019-01-15content_archive: Add getter for logo section of NCAZach Hilman
2019-01-10Merge pull request #1959 from DarkLordZach/custom-rtcbunnei
2019-01-10Merge pull request #1939 from DarkLordZach/web-appletbunnei
2019-01-07settings: Fix comment structureZach Hilman
2019-01-07settings: Use std::chrono::seconds instead of s64 for RTCZach Hilman