| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | input_common: Fix issue where ring and irs are enabled at the same time | 2023-01-19 | 4 | -15/+24 | |
| | | |||||
| * | input_common: Implement joycon ir camera | 2023-01-19 | 15 | -23/+608 | |
| | | |||||
| * | yuzu: Add ring controller test button | 2023-01-19 | 10 | -174/+370 | |
| | | |||||
| * | input_common: Use DriverResult on all engines | 2023-01-19 | 17 | -104/+100 | |
| | | |||||
| * | Address review comments | 2023-01-19 | 14 | -46/+44 | |
| | | |||||
| * | core: hid: Fix input regressions | 2023-01-19 | 6 | -41/+56 | |
| | | |||||
| * | input_common: Implement joycon nfc | 2023-01-19 | 9 | -13/+544 | |
| | | |||||
| * | input_common: Add dual joycon support | 2023-01-19 | 1 | -24/+101 | |
| | | |||||
| * | input_common: Add support for joycon ring controller | 2023-01-19 | 9 | -4/+272 | |
| | | |||||
| * | input_common: Add support for joycon input reports | 2023-01-19 | 8 | -100/+798 | |
| | | |||||
| * | input_common: Use calibration from joycon | 2023-01-19 | 5 | -0/+231 | |
| | | |||||
| * | input_common: Add support for joycon generic functions | 2023-01-19 | 5 | -3/+310 | |
| | | |||||
| * | input_common: Add joycon low level functions | 2023-01-19 | 3 | -0/+434 | |
| | | |||||
| * | 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 | 9 | -2/+246 | |
| | | |||||
| * | core: hid: Migrate ring from emulated devices to emulated controller | 2023-01-19 | 8 | -88/+105 | |
| | | |||||
| * | yuzu: Update controller colors and button names | 2023-01-19 | 2 | -3/+27 | |
| | | |||||
| * | input_common: Disable SDL driver with switch controllers | 2023-01-19 | 6 | -6/+44 | |
| | | |||||
| * | input_common: Initial skeleton for custom joycon driver | 2023-01-19 | 8 | -3/+1786 | |
| | | |||||
| * | Merge pull request #9556 from vonchenplus/draw_texture | 2023-01-19 | 25 | -125/+502 | |
| |\ | | | | | video_core: Implement maxwell3d draw texture method | ||||
| | * | Address feedback | 2023-01-16 | 5 | -14/+62 | |
| | | | |||||
| | * | video_core: Implement opengl/vulkan draw_texture | 2023-01-05 | 19 | -138/+291 | |
| | | | |||||
| | * | video_core: Implement maxwell3d draw texture method | 2023-01-05 | 7 | -1/+177 | |
| | | | |||||
| * | | 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 #9638 from Kelebek1/firmware4 | 2023-01-18 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | Demote maxwell3d Firmware4 call log to debug | ||||
| | * | | | Demote maxwell3d Firmware4 call log to debug | 2023-01-18 | 1 | -1/+1 | |
| | |/ / | |||||
| * | | | 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 | |
| | |/ / | |||||
| * | | | Merge pull request #9615 from merryhime/upsample-ob1 | 2023-01-17 | 1 | -59/+38 | |
| |\ \ \ | | | | | | | | | audio_core: Corrective fixes to upsampler | ||||
| | * | | | upsample: Fix coefficient format | 2023-01-14 | 1 | -26/+26 | |
| | | | | | |||||
| | * | | | audio_core: Fix off-by-one error in upsampler | 2023-01-14 | 1 | -33/+12 | |
| | |/ / | |||||
| * | | | Merge pull request #9608 from liamwhite/fps | 2023-01-17 | 2 | -5/+5 | |
| |\ \ \ | | | | | | | | | nvnflinger: correct swap interval handling | ||||
| | * | | | nvnflinger: correct swap interval handling | 2023-01-11 | 2 | -5/+5 | |
| | |/ / | |||||
| * | | | Update settings.h | 2023-01-13 | 1 | -0/+2 | |
| | | | | |||||
| * | | | CPP | 2023-01-13 | 1 | -0/+8 | |
| | | | | |||||
| * | | | UI change | 2023-01-13 | 1 | -0/+10 | |
| | | | | |||||
| * | | | 1.5X resolution scaler option | 2023-01-13 | 3 | -5/+15 | |
| |/ / | |||||
| * | | Merge pull request #9605 from german77/mouse_mapping | 2023-01-10 | 3 | -1/+10 | |
| |\ \ | | | | | | | yuzu: Read mouse scroll | ||||
| | * | | yuzu: Read mouse wheel input | 2023-01-10 | 3 | -1/+10 | |
| | | | | |||||
| * | | | Merge pull request #9596 from liamwhite/mvk | 2023-01-10 | 1 | -10/+25 | |
| |\ \ \ | | | | | | | | | MoltenVK: restrict number of vertex attributes/bindings to 16 | ||||
| | * | | | MoltenVK: restrict number of vertex attributes/bindings to 16 | 2023-01-09 | 1 | -10/+25 | |
| | | | | | |||||
| * | | | | Merge pull request #9582 from yuzu-emu/revert-9518-revert-9504-pg2 | 2023-01-10 | 11 | -181/+322 | |
| |\ \ \ \ | | | | | | | | | | | Revert "Revert "k_page_group: synchronize"" | ||||
| | * | | | | Revert "Revert "k_page_group: synchronize"" | 2023-01-07 | 11 | -181/+322 | |
| | | | | | | |||||
| * | | | | | Merge pull request #9601 from liamwhite/it-never-ends | 2023-01-10 | 2 | -2/+21 | |
| |\ \ \ \ \ | | | | | | | | | | | | | qt: unlock during signal emission | ||||
| | * | | | | | qt: unlock during signal emission | 2023-01-10 | 2 | -2/+21 | |
| | | |/ / / | |/| | | | |||||
| * | | | | | Merge pull request #9598 from liamwhite/indirect | 2023-01-10 | 3 | -8/+15 | |
| |\ \ \ \ \ | | | | | | | | | | | | | vulkan_common: fix indirect draw with count | ||||
| | * | | | | | vulkan_common: fix indirect draw with count | 2023-01-10 | 3 | -8/+15 | |
| | |/ / / / | |||||
| * | | | | | Merge pull request #9595 from liamwhite/per-game | 2023-01-10 | 1 | -2/+3 | |
| |\ \ \ \ \ | | | | | | | | | | | | | qt: fix configuration weirdness on turbo | ||||
| | * | | | | | qt: fix configuration weirdness on turbo | 2023-01-09 | 1 | -2/+3 | |
| | | | | | | | |||||