summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-01-25Revert 9617 and fix it on input_commonNarr the Reg
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-25Revert "MemoryManager: use fastmem directly."Merry
This reverts commit af5ecb0b15d4449f58434e70eed835cf71fc5527.
2023-01-25main: Globally disable the "?" button on dialogsMorph
Sets the AA_DisableWindowContextHelpButton attribute to disable this useless button globally.
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-23kernel: split SetAddressKey into user and kernel variantsLiam
2023-01-23kernel: fix incorrect locking order in suspensionLiam
2023-01-23spirv: fix multisampled image fetchLiam
2023-01-22qt: add option to disable controller appletEBADBEEF
- add checkbox to disable the controller applet UI - when controller applet is disabled, use the yuzu-cmd fallback controller applet that applies controller config based on rules - See https://github.com/yuzu-emu/yuzu/issues/8552 for some discussion
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-22kernel: KPageTable: updateLiam
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-19add volume quicksetting with volume sliderJonas Gutenschwager
2023-01-18Merge pull request #9638 from Kelebek1/firmware4Narr the Reg
Demote maxwell3d Firmware4 call log to debug