summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-09kernel: fix usage of waiter_list in FinalizeLiam
2022-07-07Merge pull request #8501 from liamwhite/backtrace-againMai
2022-07-07Merge pull request #8502 from liamwhite/end-waitliamwhite
2022-07-07Merge pull request #8492 from german77/no_more_errorsFernando S
2022-07-07Merge pull request #8522 from lat9nq/consolidate-settingsMorph
2022-07-05Merge pull request #8486 from liushuyu/github-actions-verifyMorph
2022-07-05Merge pull request #8532 from liamwhite/fiber-supplementsliamwhite
2022-07-05Merge pull request #8477 from Docteh/less_globalMorph
2022-07-05CI: unbreak ADO after GHA changesliushuyu
2022-07-04CI: lint scriptsliushuyu
2022-07-04CI: workaround appimage generation if FUSE is not availableliushuyu
2022-07-04CI: upload artifacts for pull request verificationliushuyu
2022-07-04CI: fix cachingliushuyu
2022-07-04CI: use Ninja to build stuff fasterliushuyu
2022-07-04CI: Use GitHub Actions to check pull requestsliushuyu
2022-07-04Merge pull request #8521 from lat9nq/gdbstub-in-boundsMorph
2022-07-03Merge pull request #8527 from zhaobot/tx-update-20220701033842Morph
2022-07-02common/fiber: make fibers easier to useLiam
2022-07-01Merge pull request #8523 from liamwhite/sc-oopsieFernando S
2022-06-30Merge pull request #8490 from liamwhite/read-code-stopMorph
2022-07-01Update translations (2022-07-01)The yuzu Community
2022-06-30cpu_manager: properly check idle on return from preemptionLiam
2022-06-30gdbstub_arch: Directly access SP registerlat9nq
2022-06-30settings: Consolidate RangedSetting's with regular oneslat9nq
2022-06-30Merge pull request #7454 from FernandoS27/new-core-timingFernando S
2022-06-30Adress Feedback.Fernando Sahmkow
2022-06-30Merge pull request #8518 from yuzu-emu/revert-8379-amd-push-desc-workaroundFernando S
2022-06-29Revert "vulkan_device: Block AMDVLK's VK_KHR_push_descriptor"lat9nq
2022-06-28service: hid: Correct some mistakes and add more validationsNarr the Reg
2022-06-28Merge pull request #8512 from german77/nnResultMorph
2022-06-28Native clock: Use atomic ops as before.Fernando Sahmkow
2022-06-28Native Clock: remove inaccuracy mask.Fernando Sahmkow
2022-06-28Address feedback.Fernando Sahmkow
2022-06-28Core: Protect each event from race conditions within it.Fernando Sahmkow
2022-06-28Core: Fix tests.Fernando Sahmkow
2022-06-28Core: add missing include.Fernando Sahmkow
2022-06-28Core/Common: Corrections to core timing and add critical priority.Fernando Sahmkow
2022-06-28Core: Reimplement Core Timing.Fernando Sahmkow
2022-06-28Common: improve native clock.Fernando Sahmkow
2022-06-27Merge pull request #8504 from comex/mesosphere-current-processbunnei
2022-06-26video_core: Replace VKUpdateDescriptorQueue with UpdateDescriptorQueuegerman77
2022-06-26video_core: Replace VKSwapchain with Swapchaingerman77
2022-06-26video_core: Replace VKQueryCache with QueryCachegerman77
2022-06-26video_core: Replace VKScheduler with Schedulergerman77
2022-06-26video_core: Replace VKBlitScreen with BlitScreengerman77
2022-06-26video_core: Replace VKFenceManager with FenceManagergerman77
2022-06-26core: kernel: Replace instances of KPageLinkedList with KPageGroupgerman77
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-06-26Merge pull request #8475 from liamwhite/x18bunnei
2022-06-25Re-add missing `case` and braces, and trim whitespacecomex