| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | core: ldn: Address review comments part 2 | 2022-08-11 | 2 | -334/+297 | ||
| | * | | | | | | core: ldn: Address review comments | 2022-08-08 | 4 | -56/+46 | ||
| | * | | | | | | ldn: Add better stubs and more data types | 2022-08-07 | 6 | -72/+773 | ||
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge pull request #8722 from german77/ds4_goes_brrr | 2022-08-09 | 1 | -0/+4 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | hid: core: Delay the stop vibration command when testing | 2022-08-05 | 1 | -0/+4 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #8724 from german77/no_alpha | 2022-08-09 | 4 | -25/+97 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | hid: core: Properly emulate controller color and battery level | 2022-08-08 | 4 | -25/+97 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #8729 from merryhime/cp15-barriers | 2022-08-09 | 2 | -4/+29 | ||
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | arm_dynarmic_cp15: Implement CP15DMB/CP15DSB/CP15ISB | 2022-08-07 | 2 | -4/+29 | ||
| | |/ / / / | ||||||
| * | | | | | core/arm: fix build error | 2022-08-07 | 2 | -2/+10 | ||
| * | | | | | Merge pull request #8637 from liamwhite/bad-interrupts | 2022-08-07 | 13 | -152/+64 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | kernel: unlayer CPU interrupt handling | 2022-07-25 | 13 | -152/+64 | ||
| * | | | | | | Merge pull request #8240 from liamwhite/count-cycles | 2022-08-07 | 2 | -8/+22 | ||
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | core/arm: increase minimum_run_cycles | 2022-06-21 | 2 | -2/+2 | ||
| | * | | | | | core/arm: re-enable cycle counting | 2022-06-21 | 2 | -6/+20 | ||
| * | | | | | | core/loader: remove ELF loader | 2022-08-01 | 5 | -313/+0 | ||
| * | | | | | | Properly write out the command buffer when serving close request | 2022-07-31 | 1 | -2/+5 | ||
| | |_|/ / / |/| | | | | ||||||
| * | | | | | Revert Coretiming PRs 8531 and 7454 (#8591) | 2022-07-27 | 2 | -109/+67 | ||
| * | | | | | Merge pull request #8636 from german77/irs_cluster_release | 2022-07-27 | 5 | -6/+321 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Address comments | 2022-07-25 | 1 | -16/+16 | ||
| | * | | | | | fix compiler errors | 2022-07-24 | 2 | -12/+14 | ||
| | * | | | | | service: irs: Implement clustering processor | 2022-07-24 | 5 | -6/+319 | ||
| * | | | | | | Merge pull request #8633 from Morph1984/optional-keys | 2022-07-27 | 2 | -0/+8 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | applet/swkbd: Implement optional symbol keys | 2022-07-24 | 2 | -0/+8 | ||
| * | | | | | | | chore: make yuzu REUSE compliant | 2022-07-27 | 24 | -69/+49 | ||
| * | | | | | | | network, yuzu: Make copyright headers SPDX-compliant | 2022-07-25 | 2 | -6/+4 | ||
| * | | | | | | | network: Move global state into a seperate class | 2022-07-25 | 4 | -10/+34 | ||
| * | | | | | | | common: multiplayer: Use GameInfo type | 2022-07-25 | 1 | -4/+4 | ||
| * | | | | | | | Address second part of review comments | 2022-07-25 | 1 | -3/+2 | ||
| * | | | | | | | Address first part of review comments | 2022-07-25 | 1 | -5/+5 | ||
| * | | | | | | | core: Fix -Wunused-variable | 2022-07-25 | 1 | -1/+3 | ||
| * | | | | | | | common, core: fix -Wmissing-field-initializers | 2022-07-25 | 1 | -3/+3 | ||
| * | | | | | | | yuzu: Add ui files for multiplayer rooms | 2022-07-25 | 14 | -19/+298 | ||
| | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | | Merge pull request #8549 from liamwhite/kscheduler-sc | 2022-07-25 | 13 | -602/+605 | ||
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | kernel: Ensure all uses of disable_count are balanced | 2022-07-14 | 3 | -10/+21 | ||
| | * | | | | | kernel: be more careful about initialization path for HLE threads | 2022-07-14 | 2 | -1/+8 | ||
| | * | | | | | kernel: fix single-core preemption points | 2022-07-14 | 6 | -40/+28 | ||
| | * | | | | | kernel: fix issues with single core mode | 2022-07-14 | 9 | -189/+225 | ||
| | * | | | | | kernel: use KScheduler from mesosphere | 2022-07-14 | 12 | -602/+563 | ||
| * | | | | | | yuzu: Add webcam support and rebase to latest master | 2022-07-23 | 3 | -4/+4 | ||
| * | | | | | | service: irs: Move to IRS namespace and minor fixes | 2022-07-23 | 19 | -76/+70 | ||
| * | | | | | | service: irs: Split processors and implement ImageTransferProcessor | 2022-07-23 | 18 | -291/+1091 | ||
| * | | | | | | core: hid: Add cammera support | 2022-07-23 | 6 | -3/+423 | ||
| | |/ / / / |/| | | | | ||||||
| * | | | | | Project Andio | 2022-07-22 | 18 | -764/+923 | ||
| * | | | | | Merge pull request #8598 from Link4565/recv-dontwait | 2022-07-21 | 1 | -1/+19 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Enable the use of MSG_DONTWAIT flag on RecvImpl | 2022-07-16 | 1 | -1/+19 | ||
| * | | | | | | implement resume message | 2022-07-17 | 2 | -0/+5 | ||
| * | | | | | | Merge pull request #8569 from merryhime/watchpoints | 2022-07-17 | 4 | -8/+3 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | dynarmic: Abort watchpoints ASAP | 2022-07-15 | 4 | -8/+3 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #8508 from yuzu-emu/mc-speed-limit | 2022-07-17 | 1 | -3/+15 | ||
| |\ \ \ \ \ \ | ||||||