summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-01-25default_ini: Split and concatenate the config string literalMorph
We are dangerously close to MSVC's 16384 character limit for string literals. Breaking this string up and concatenating will allow for more settings to be added in the future.
2023-01-24Merge pull request #9662 from abouvier/cmake-llvmbunnei
cmake: prefer system llvm library
2023-01-24Merge pull request #9492 from german77/joycon_releaseliamwhite
Input_common: Implement custom joycon driver v2
2023-01-23cmake: prefer system llvm libraryAlexandre Bouvier
2023-01-22Merge pull request #9555 from abouvier/catch2-updateliamwhite
tests: update catch2 to 3.0.1
2023-01-22Merge pull request #9660 from german77/koreaToTaiwanliamwhite
yuzu: Fix language comobox crash
2023-01-22Merge pull request #9656 from liamwhite/nsightliamwhite
nsight_aftermath_tracker: update for latest Aftermath SDK
2023-01-22Merge pull request #9637 from SaiKai/repeat_shortcutsliamwhite
allow volume up/down hotkeys to be repeated
2023-01-22Merge pull request #9617 from german77/off_by_oneliamwhite
core: hid: Fix stick minimum range
2023-01-22Merge pull request #9613 from Kelebek1/demangleliamwhite
Add stacktrace symbol demangling
2023-01-22yuzu: Fix language comobox crashgerman77
2023-01-21nsight_aftermath_tracker: update for latest Aftermath SDKLiam
2023-01-20Merge pull request #9611 from liamwhite/patch-1bunnei
debugger: add host fastmem pointer fetch command
2023-01-20core: hid: Make use of SCOPE_EXIT and SCOPE_GUARD where applicableNarr the Reg
2023-01-20input_common: Fix joycon mappingsgerman77
2023-01-20input_common: Address byte reviewgerman77
2023-01-19Merge pull request #9640 from german77/why_sdlbunnei
input_common: reset sdl motion if data is invalid
2023-01-19core: hid: Only set the polling mode to the correct sideNarr the Reg
2023-01-19input_common: Drop Pro controller support from custom drivergerman77
2023-01-19input_common: Fix issue where ring and irs are enabled at the same timegerman77
2023-01-19input_common: Implement joycon ir cameraNarr the Reg
2023-01-19yuzu: Add ring controller test buttongerman77
2023-01-19input_common: Use DriverResult on all enginesgerman77
2023-01-19Address review commentsgerman77
2023-01-19core: hid: Fix input regressionsNarr the Reg
2023-01-19input_common: Implement joycon nfcgerman77
2023-01-19input_common: Add dual joycon supportNarr the Reg
2023-01-19input_common: Add support for joycon ring controllerNarr the Reg
2023-01-19input_common: Add support for joycon input reportsNarr the Reg
2023-01-19input_common: Use calibration from joyconNarr the Reg
2023-01-19input_common: Add support for joycon generic functionsNarr the Reg
2023-01-19input_common: Add joycon low level functionsNarr the Reg
2023-01-19service: hid: Set led pattern and fix color detectionNarr the Reg
2023-01-19core: hid: Enable pulling color data from controllersNarr the Reg
2023-01-19core: hid: Migrate ring from emulated devices to emulated controllerNarr the Reg
2023-01-19yuzu: Update controller colors and button namesNarr the Reg
2023-01-19input_common: Disable SDL driver with switch controllersNarr the Reg
2023-01-19input_common: Initial skeleton for custom joycon driverNarr the Reg
2023-01-19Merge pull request #9556 from vonchenplus/draw_textureliamwhite
video_core: Implement maxwell3d draw texture method
2023-01-19Merge pull request #9623 from liamwhite/wp-oopsbunnei
memory: fix watchpoint use when fastmem is enabled
2023-01-18Merge pull request #9638 from Kelebek1/firmware4Narr the Reg
Demote maxwell3d Firmware4 call log to debug
2023-01-18Merge pull request #9619 from liamwhite/timing-spaghettibunnei
timing: wait for completion on unregister
2023-01-18input_common: reset sdl motion if data is invalidgerman77
2023-01-18fix formatJonas Gutenschwager
2023-01-17Merge pull request #9615 from merryhime/upsample-ob1bunnei
audio_core: Corrective fixes to upsampler
2023-01-17Merge pull request #9608 from liamwhite/fpsbunnei
nvnflinger: correct swap interval handling
2023-01-18Demote maxwell3d Firmware4 call log to debugKelebek1
2023-01-18allow volume up/down hotkeys to be repeatedJonas Gutenschwager
2023-01-16Address feedbackFeng Chen
2023-01-15memory: fix watchpoint use when fastmem is enabledLiam