summaryrefslogtreecommitdiff
path: root/src/yuzu/configuration
AgeCommit message (Expand)Author
2020-11-25Merge pull request #4959 from Morph1984/emulated-controller-stylesetbunnei
2020-11-23Merge pull request #4451 from slashiee/extended-loggingbunnei
2020-11-21Merge pull request #4944 from lioncash/system-rembunnei
2020-11-20configure_input_player: Use the npad style set to show the available controllersMorph
2020-11-18patch_manager: Remove usages of the global system instanceLioncash
2020-11-17configure_input_player: Use static qualifier for IsProfileNameValid()Lioncash
2020-11-15configure_input: Accommodate for the mouse input device engineMorph
2020-11-15configure_input: Update the input profiles for other player tabsMorph
2020-11-15general: Fix compiler warnings on linux and miscellaneous changesMorph
2020-11-15sdl_impl: Revert to the "old" method of mapping sticksMorph
2020-11-15applets/controller: Change the input button to create input profilesMorph
2020-11-15input: Disconnect a controller prior to connecting a new oneMorph
2020-11-15input_common: Add VibrationDevice and VibrationDeviceFactoryMorph
2020-11-15configure_input: Add per-player vibrationMorph
2020-11-15settings: Remove global vibration strength modifierMorph
2020-11-15configure_input: Hook up the vibration percentage spinboxMorph
2020-11-15configure_input_player: Change "Defaults" button behaviorMorph
2020-11-15settings: Preparation for per-game input settingsMorph
2020-11-15config: Migrate config files into config/customMorph
2020-11-15controllers/npad: Connect a controller on init if none are connectedMorph
2020-11-15input_profiles: Implement input profilesMorph
2020-11-15configure_input_player: Implement input exclusivity and persistenceMorph
2020-11-15ui/themes: Cleanup UIMorph
2020-11-04core/settings: Move configuring_global behind an APILioncash
2020-10-26yuzu: settings: Enable multicore, asynch GPU, and assembly shaders by default.bunnei
2020-10-26video_core: NVDEC Implementationameerj
2020-10-22Merge pull request #4792 from bunnei/rtc-fixbunnei
2020-10-20configure_input_player: Fix modifier buttonsMorph
2020-10-15input_common/CMakeLists: Make some warnings errorsLioncash
2020-10-12service: time: Update current time with changes to RTC setting.bunnei
2020-09-18configure_input_player: Fixes motion mapping using ConfigureButtonClickMorph
2020-09-17configure_input_player: Re-add "Clear" context menu optionMorph
2020-09-17Merge pull request #4594 from german77/MotionHIDbunnei
2020-09-10Merge pull request #4597 from Morph1984/mjolnir-p2bunnei
2020-09-10Merge pull request #4608 from lioncash/sign3bunnei
2020-09-05configure_input: Hook up the motion button and checkboxMorph
2020-09-04Add cemu hook changes related to PR #4609german
2020-09-04configure_input_player: Show/hide motion buttons based on the controllerMorph
2020-09-04Include HID and configuration changes related to motiongerman
2020-09-04clang-formatMorph
2020-09-04Project Mjölnir: Part 2 - Controller AppletMorph
2020-08-30Address second batch of reviewsFearlessTobi
2020-08-29configure_input_player: Resolve sign conversion warnings in UpdateMappingWith...Lioncash
2020-08-29Reolve reorder warningFearlessTobi
2020-08-29Address review comments and fix code compilationFearlessTobi
2020-08-29yuzu: Add motion and touch configurationFearlessTobi
2020-08-29yuzu/configuration: Fix index out of bounds for default_analogsMorph
2020-08-27input_common: Eliminate most global stateLioncash
2020-08-26configure_input_player: Fix modifier scale button mappingMorph
2020-08-26configuration/input: Add support for mouse button clicksMorph