| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | startup_checks: Implement unix side code | 2022-07-10 | 2 | -17/+48 | |
| * | yuzu: Simplify broken Vulkan handling | 2022-07-10 | 9 | -115/+65 | |
| * | yuzu: Check Vulkan on startup with a child | 2022-07-10 | 3 | -1/+78 | |
| * | yuzu: Rename check_vulkan to startup_checks | 2022-07-10 | 4 | -3/+3 | |
| * | Merge pull request #8528 from Morph1984/astc10x6 | 2022-07-10 | 7 | -1/+16 | |
| |\ | |||||
| | * | renderer_(gl/vk): Implement ASTC_10x6_UNORM | 2022-07-05 | 7 | -1/+16 | |
| * | | PR | 2022-07-10 | 5 | -11/+9 | |
| * | | Rework CoreTiming | 2022-07-10 | 13 | -82/+154 | |
| * | | Merge pull request #8531 from FernandoS27/core-timing-fix-reg | 2022-07-10 | 2 | -12/+2 | |
| |\ \ | |||||
| | * | | Core timing: use only one thread. | 2022-07-02 | 2 | -12/+2 | |
| * | | | Merge pull request #8501 from liamwhite/backtrace-again | 2022-07-07 | 5 | -15/+51 | |
| |\ \ \ | |||||
| | * | | | core/arm: better support for backtrace generation | 2022-06-25 | 5 | -15/+51 | |
| * | | | | Merge pull request #8502 from liamwhite/end-wait | 2022-07-07 | 2 | -4/+5 | |
| |\ \ \ \ | |||||
| | * | | | | kernel: clean up waiting implementation | 2022-06-25 | 2 | -4/+5 | |
| | |/ / / | |||||
| * | | | | Merge pull request #8492 from german77/no_more_errors | 2022-07-07 | 5 | -40/+76 | |
| |\ \ \ \ | |||||
| | * | | | | service: hid: Correct some mistakes and add more validations | 2022-06-28 | 5 | -40/+76 | |
| * | | | | | Merge pull request #8522 from lat9nq/consolidate-settings | 2022-07-07 | 8 | -320/+232 | |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| | * | | | | settings: Consolidate RangedSetting's with regular ones | 2022-06-30 | 8 | -320/+232 | |
| | |/ / / | |||||
| * | | | | Merge pull request #8486 from liushuyu/github-actions-verify | 2022-07-05 | 1 | -1/+7 | |
| |\ \ \ \ | |||||
| | * | | | | CI: fix caching | 2022-07-04 | 1 | -1/+7 | |
| * | | | | | Merge pull request #8532 from liamwhite/fiber-supplements | 2022-07-05 | 9 | -170/+79 | |
| |\ \ \ \ \ | |||||
| | * | | | | | common/fiber: make fibers easier to use | 2022-07-02 | 9 | -170/+79 | |
| * | | | | | | Merge pull request #8477 from Docteh/less_global | 2022-07-05 | 1 | -3/+3 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| | * | | | | | tweak API usage in qt_web_browser.cpp | 2022-06-21 | 1 | -3/+3 | |
| * | | | | | | Merge pull request #8521 from lat9nq/gdbstub-in-bounds | 2022-07-04 | 1 | -2/+6 | |
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| | * | | | | | gdbstub_arch: Directly access SP register | 2022-06-30 | 1 | -2/+6 | |
| | | |_|/ / | |/| | | | |||||
| * | | | | | Merge pull request #8523 from liamwhite/sc-oopsie | 2022-07-01 | 2 | -1/+8 | |
| |\ \ \ \ \ | |||||
| | * | | | | | cpu_manager: properly check idle on return from preemption | 2022-06-30 | 2 | -1/+8 | |
| | | |_|/ / | |/| | | | |||||
| * | | | | | Merge pull request #8490 from liamwhite/read-code-stop | 2022-06-30 | 4 | -24/+64 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | dynarmic: Stop ReadCode callbacks to unmapped addresses | 2022-06-21 | 4 | -24/+64 | |
| * | | | | | Merge pull request #7454 from FernandoS27/new-core-timing | 2022-06-30 | 8 | -73/+133 | |
| |\ \ \ \ \ | |||||
| | * | | | | | Adress Feedback. | 2022-06-30 | 3 | -19/+29 | |
| | * | | | | | Native clock: Use atomic ops as before. | 2022-06-28 | 2 | -24/+29 | |
| | * | | | | | Native Clock: remove inaccuracy mask. | 2022-06-28 | 2 | -6/+1 | |
| | * | | | | | Address feedback. | 2022-06-28 | 1 | -13/+13 | |
| | * | | | | | Core: Protect each event from race conditions within it. | 2022-06-28 | 2 | -0/+2 | |
| | * | | | | | Core: Fix tests. | 2022-06-28 | 3 | -2/+5 | |
| | * | | | | | Core: add missing include. | 2022-06-28 | 1 | -0/+1 | |
| | * | | | | | Core/Common: Corrections to core timing and add critical priority. | 2022-06-28 | 3 | -5/+11 | |
| | * | | | | | Core: Reimplement Core Timing. | 2022-06-28 | 3 | -55/+93 | |
| | * | | | | | Common: improve native clock. | 2022-06-28 | 3 | -29/+29 | |
| * | | | | | | Revert "vulkan_device: Block AMDVLK's VK_KHR_push_descriptor" | 2022-06-29 | 1 | -11/+0 | |
| | |_|/ / / |/| | | | | |||||
| * | | | | | Merge pull request #8512 from german77/nnResult | 2022-06-28 | 177 | -1450/+1404 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | video_core: Replace VKUpdateDescriptorQueue with UpdateDescriptorQueue | 2022-06-26 | 14 | -33/+33 | |
| | * | | | | video_core: Replace VKSwapchain with Swapchain | 2022-06-26 | 5 | -25/+23 | |
| | * | | | | video_core: Replace VKQueryCache with QueryCache | 2022-06-26 | 6 | -28/+27 | |
| | * | | | | video_core: Replace VKScheduler with Scheduler | 2022-06-26 | 35 | -111/+110 | |
| | * | | | | video_core: Replace VKBlitScreen with BlitScreen | 2022-06-26 | 3 | -51/+51 | |
| | * | | | | video_core: Replace VKFenceManager with FenceManager | 2022-06-26 | 3 | -15/+14 | |
| | * | | | | core: kernel: Replace instances of KPageLinkedList with KPageGroup | 2022-06-26 | 11 | -64/+63 | |