summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-10startup_checks: Clean uplat9nq
Adds some comments, removes unused includes, and removes last bits of logging since this is before the logging backend starts up.
2022-07-10startup_checks: Implement unix side codelat9nq
Wow fork() is nice, isn't it?
2022-07-10yuzu: Simplify broken Vulkan handlinglat9nq
2022-07-10yuzu: Check Vulkan on startup with a childlat9nq
2022-07-10yuzu: Rename check_vulkan to startup_checkslat9nq
2022-07-10Merge pull request #8528 from Morph1984/astc10x6Fernando S
renderer_(gl/vk): Implement ASTC_10x6_UNORM
2022-07-10Merge pull request #8561 from Kelebek1/Audio-CoreTimingFernando S
Rework CoreTiming events
2022-07-10PRKelebek1
2022-07-10Rework CoreTimingKelebek1
2022-07-10Merge pull request #8531 from FernandoS27/core-timing-fix-regliamwhite
Core timing: use only one thread.
2022-07-07Merge pull request #8501 from liamwhite/backtrace-againMai
core/arm: better support for backtrace generation
2022-07-07Merge pull request #8502 from liamwhite/end-waitliamwhite
kernel: clean up waiting implementation
2022-07-07Merge pull request #8492 from german77/no_more_errorsFernando S
service: hid: Correct some mistakes and add more validations
2022-07-07Merge pull request #8522 from lat9nq/consolidate-settingsMorph
settings: Consolidate RangedSetting's with regular ones
2022-07-05renderer_(gl/vk): Implement ASTC_10x6_UNORMMorph
- Used by Monster Hunter Rise Update 10.0.2
2022-07-05Merge pull request #8486 from liushuyu/github-actions-verifyMorph
CI: Use GitHub Actions to validate pull requests
2022-07-05Merge pull request #8532 from liamwhite/fiber-supplementsliamwhite
common/fiber: make fibers easier to use
2022-07-05Merge pull request #8477 from Docteh/less_globalMorph
tweak API usage in qt_web_browser.cpp
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
gdbstub_arch: Directly access SP register
2022-07-03Merge pull request #8527 from zhaobot/tx-update-20220701033842Morph
Update translations (2022-07-01)
2022-07-02Core timing: use only one thread.Fernando Sahmkow
2022-07-02common/fiber: make fibers easier to useLiam
2022-07-01Merge pull request #8523 from liamwhite/sc-oopsieFernando S
cpu_manager: properly check idle on return from preemption
2022-06-30Merge pull request #8490 from liamwhite/read-code-stopMorph
dynarmic: Stop ReadCode callbacks to unmapped addresses
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
Currently to access the SP register, RegRead and RegWrite rely on a out-of-bounds array access to reach the next element in a struct. As of writing only git versions of GCC catch this error. Specify the SP register when we want to access it in these functions.
2022-06-30settings: Consolidate RangedSetting's with regular oneslat9nq
The latest git version of GCC has issues with my diamond inheritance shenanigans. Since that's now two compilers that don't like it I thought it'd be best to just axe all of it and just have the two templates like before. This rolls the features of BasicRangedSetting into BasicSetting, and likewise RangedSetting into Setting. It also renames them from BasicSetting and Setting to Setting and SwitchableSetting respectively. Now longer name corresponds to more complex thing.
2022-06-30Merge pull request #7454 from FernandoS27/new-core-timingFernando S
Core: Remake Core Timing
2022-06-30Adress Feedback.Fernando Sahmkow
2022-06-30Merge pull request #8518 from yuzu-emu/revert-8379-amd-push-desc-workaroundFernando S
Revert "vulkan_device: Block AMDVLK's VK_KHR_push_descriptor"
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
Replace multiple names with a better name
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