| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | hle_ipc: Add ReadBufferSpan function | 2022-12-25 | 2 | -0/+22 | ||
| | | | | | | | | | | | | | Returns a std::span to the buffer address, rather than create a copy of the memory into a std::vector | |||||
| * | | | Move to Clang Format 15 | 2023-01-29 | 5 | -52/+47 | ||
| | |/ |/| | | | | | | | | | Depends on https://github.com/yuzu-emu/build-environments/pull/69 clang-15 primary run | |||||
| * | | Merge pull request #9666 from liamwhite/wait-for-me | 2023-01-27 | 6 | -42/+52 | ||
| |\ \ | | | | | | | kernel: fix incorrect locking order in suspension | |||||
| | * | | kernel: split SetAddressKey into user and kernel variants | 2023-01-23 | 5 | -11/+29 | ||
| | | | | ||||||
| | * | | kernel: fix incorrect locking order in suspension | 2023-01-23 | 3 | -31/+23 | ||
| | | | | ||||||
| * | | | kernel: unbreak min/max template deduction on Apple Clang | 2023-01-26 | 1 | -2/+2 | ||
| | | | | ||||||
| * | | | Merge pull request #9670 from ↵ | 2023-01-25 | 1 | -1/+1 | ||
| |\ \ \ | | | | | | | | | | | | | | | | | merryhime/revert-af5ecb0b15d4449f58434e70eed835cf71fc5527 Revert "MemoryManager: use fastmem directly." | |||||
| | * | | | Revert "MemoryManager: use fastmem directly." | 2023-01-25 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | This reverts commit af5ecb0b15d4449f58434e70eed835cf71fc5527. | |||||
| * | | | | Merge pull request #9604 from liamwhite/pt | 2023-01-25 | 6 | -215/+477 | ||
| |\ \ \ \ | | | | | | | | | | | kernel: KPageTable: update | |||||
| | * | | | | kernel: KPageTable: update | 2023-01-22 | 6 | -215/+477 | ||
| | | |/ / | |/| | | ||||||
| * | | | | Revert 9617 and fix it on input_common | 2023-01-25 | 1 | -10/+2 | ||
| | |/ / |/| | | ||||||
| * | | | Merge pull request #9492 from german77/joycon_release | 2023-01-24 | 13 | -173/+361 | ||
| |\ \ \ | |/ / |/| | | Input_common: Implement custom joycon driver v2 | |||||
| | * | | core: hid: Make use of SCOPE_EXIT and SCOPE_GUARD where applicable | 2023-01-20 | 1 | -67/+38 | ||
| | | | | ||||||
| | * | | core: hid: Only set the polling mode to the correct side | 2023-01-19 | 7 | -25/+66 | ||
| | | | | ||||||
| | * | | input_common: Fix issue where ring and irs are enabled at the same time | 2023-01-19 | 1 | -3/+1 | ||
| | | | | ||||||
| | * | | input_common: Implement joycon ir camera | 2023-01-19 | 3 | -9/+28 | ||
| | | | | ||||||
| | * | | yuzu: Add ring controller test button | 2023-01-19 | 4 | -7/+13 | ||
| | | | | ||||||
| | * | | input_common: Use DriverResult on all engines | 2023-01-19 | 1 | -5/+5 | ||
| | | | | ||||||
| | * | | Address review comments | 2023-01-19 | 1 | -4/+2 | ||
| | | | | ||||||
| | * | | core: hid: Fix input regressions | 2023-01-19 | 4 | -37/+55 | ||
| | | | | ||||||
| | * | | input_common: Implement joycon nfc | 2023-01-19 | 1 | -1/+2 | ||
| | | | | ||||||
| | * | | service: hid: Set led pattern and fix color detection | 2023-01-19 | 1 | -0/+5 | ||
| | | | | ||||||
| | * | | core: hid: Enable pulling color data from controllers | 2023-01-19 | 4 | -1/+115 | ||
| | | | | ||||||
| | * | | core: hid: Migrate ring from emulated devices to emulated controller | 2023-01-19 | 6 | -69/+86 | ||
| | | | | ||||||
| * | | | Merge pull request #9617 from german77/off_by_one | 2023-01-22 | 1 | -2/+10 | ||
| |\ \ \ | | | | | | | | | core: hid: Fix stick minimum range | |||||
| | * | | | core: hid: Fix stick minimum range | 2023-01-14 | 1 | -2/+10 | ||
| | | | | | ||||||
| * | | | | Merge pull request #9613 from Kelebek1/demangle | 2023-01-22 | 1 | -18/+4 | ||
| |\ \ \ \ | | | | | | | | | | | Add stacktrace symbol demangling | |||||
| | * | | | | Be careful of mangled out of bounds read | 2023-01-14 | 1 | -4/+0 | ||
| | | | | | | ||||||
| | * | | | | Add stacktrace symbol demangling | 2023-01-14 | 1 | -14/+4 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #9611 from liamwhite/patch-1 | 2023-01-20 | 1 | -3/+23 | ||
| |\ \ \ \ | |_|/ / |/| | | | debugger: add host fastmem pointer fetch command | |||||
| | * | | | debugger: add host fastmem pointer fetch command | 2023-01-12 | 1 | -3/+23 | ||
| | |/ / | ||||||
| * | | | Merge pull request #9623 from liamwhite/wp-oops | 2023-01-19 | 1 | -0/+4 | ||
| |\ \ \ | | | | | | | | | memory: fix watchpoint use when fastmem is enabled | |||||
| | * | | | memory: fix watchpoint use when fastmem is enabled | 2023-01-15 | 1 | -0/+4 | ||
| | |/ / | ||||||
| * | | | Merge pull request #9619 from liamwhite/timing-spaghetti | 2023-01-18 | 3 | -29/+28 | ||
| |\ \ \ | | | | | | | | | timing: wait for completion on unregister | |||||
| | * | | | timing: wait for completion on unregister | 2023-01-14 | 3 | -29/+28 | ||
| | |/ / | ||||||
| * / / | nvnflinger: correct swap interval handling | 2023-01-11 | 2 | -5/+5 | ||
| |/ / | ||||||
| * | | Revert "Revert "k_page_group: synchronize"" | 2023-01-07 | 11 | -181/+322 | ||
| | | | ||||||
| * | | Merge pull request #9563 from german77/crash_not_allowed | 2023-01-07 | 1 | -10/+0 | ||
| |\ \ | | | | | | | input_common: Create an update engine | |||||
| | * | | input_common: Create an update engine | 2023-01-05 | 1 | -10/+0 | ||
| | | | | ||||||
| * | | | Merge pull request #9561 from liamwhite/update-dynarmic | 2023-01-06 | 2 | -0/+8 | ||
| |\ \ \ | | | | | | | | | externals: update dynarmic, xbyak | |||||
| | * | | | externals: update dynarmic, xbyak | 2023-01-05 | 2 | -0/+8 | ||
| | |/ / | ||||||
| * | | | Merge pull request #9558 from MonsterDruide1/network-timeout-noerror | 2023-01-06 | 1 | -1/+5 | ||
| |\ \ \ | | | | | | | | | net: Silently translate ETIMEDOUT network error | |||||
| | * | | | net: Silently translate ETIMEDOUT network error | 2023-01-05 | 1 | -1/+5 | ||
| | |/ / | ||||||
| * / / | MemoryManager: use fastmem directly. | 2023-01-05 | 1 | -1/+1 | ||
| |/ / | ||||||
| * | | Merge pull request #9518 from gidoly/revert-9504-pg2 | 2023-01-03 | 11 | -322/+181 | ||
| |\ \ | | | | | | | Revert "k_page_group: synchronize" | |||||
| | * | | Revert "k_page_group: synchronize" | 2022-12-29 | 11 | -322/+181 | ||
| | | | | ||||||
| * | | | TAS: Immediately switch stick to TAS on input | 2023-01-03 | 1 | -9/+11 | ||
| | | | | | | | | | | | | | Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com> | |||||
| * | | | service: nifm: Initialize request state | 2023-01-01 | 1 | -0/+1 | ||
| | | | | ||||||
| * | | | service: nifm: Match documentation names | 2023-01-01 | 1 | -31/+56 | ||
| | | | | ||||||
| * | | | vfs: Replace cstr concat with char concat | 2023-01-01 | 1 | -3/+3 | ||
| | | | | ||||||