aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu
AgeCommit message (Expand)Author
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-15applets/controller: Auto accept a valid single player configurationMorph
2020-11-15bootmanager: Allow mouse clicks only if touch is disabledMorph
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-09bootmanager: Address review commentslat9nq
2020-11-09bootmanager: Log and show GL_RENDERER string when GPU is insufficientlat9nq
2020-11-06Merge pull request #4888 from lioncash/unicorn-removebunnei
2020-11-04core/settings: Move configuring_global behind an APILioncash
2020-11-03core: Remove usage of unicornLioncash
2020-10-26yuzu: settings: Enable multicore, asynch GPU, and assembly shaders by default.bunnei
2020-10-26Merge pull request #4729 from ameerj/nvdec-prodbunnei
2020-10-26video_core: NVDEC Implementationameerj
2020-10-26Merge pull request #4834 from lioncash/copy-fnbunnei
2020-10-26controller: Pass ControllerParameters by reference in ReconfigureControllers()Lioncash
2020-10-25Merge pull request #4827 from lioncash/truncRodrigo Locatti
2020-10-25Merge pull request #4828 from lioncash/lockguardRodrigo Locatti
2020-10-25general: Use template deduction guides for lock_guardLioncash
2020-10-25controller: Convert led_patterns integer literals to bool literalsLioncash
2020-10-25applets/profile_select: Resolve a warning in exec()Morph
2020-10-24Merge pull request #4817 from Kewlan/open-single-save-locationbunnei
2020-10-22Merge pull request #4792 from bunnei/rtc-fixbunnei
2020-10-22Don't ask for profile when there's only one.Kewlan
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-30Merge pull request #4733 from ReinUsesLisp/game-list-leakLC
2020-09-29qt/game_list: Give GameListSearchField::KeyReleaseEater a parentReinUsesLisp
2020-09-26main: Allow applets to display on top while fullscreenMorph
2020-09-23Merge pull request #4701 from lioncash/unused-protoRodrigo Locatti
2020-09-23install_dialog: Make use of [[nodiscard]] where applicableLioncash
2020-09-23install_dialog: Remove unused function prototypeLioncash
2020-09-23game_list: Make game list function naming consistentLioncash
2020-09-23game_list: Eliminate redundant argument copiesLioncash
2020-09-20renderer_opengl: Remove emulated mailbox presentationReinUsesLisp
2020-09-18configure_input_player: Fixes motion mapping using ConfigureButtonClickMorph