summaryrefslogtreecommitdiff
path: root/src/yuzu
AgeCommit message (Expand)Author
2020-12-08file_sys: Consolidate common Title ID operationsMorph
2020-12-08Merge pull request #5020 from german77/AnalogfromButtonFixMorph
2020-12-07Disable analog joystick from buttons by defaultgerman
2020-12-05game_list_p: Resolve deprecated usage of QVariant operator<Lioncash
2020-12-03Merge pull request #4996 from bunnei/use-4jitsbunnei
2020-12-01Merge pull request #4937 from german77/multiUDPbunnei
2020-11-30Disable web applet and warning when compiling for Linux on CIlat9nq
2020-11-29Merge pull request #4939 from german77/MouseInputbunnei
2020-11-29hle: kernel: thread: Remove unused "Running" state.bunnei
2020-11-27core: Eliminate remaining usages of the global system instanceLioncash
2020-11-27savedata_factory: Eliminate usage of the global system instanceLioncash
2020-11-25Implement full mouse supportgerman
2020-11-25Add multiple udp server supportgerman
2020-11-25Merge pull request #4976 from comex/poll-eventsRodrigo Locatti
2020-11-25Merge pull request #4959 from Morph1984/emulated-controller-stylesetbunnei
2020-11-24frontend: yuzu (qt): Register a callback for ExecuteProgram.bunnei
2020-11-23Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off mai...comex
2020-11-23Merge pull request #4451 from slashiee/extended-loggingbunnei
2020-11-21Merge pull request #4944 from lioncash/system-rembunnei
2020-11-20applets/controller: Use a pair of emulated controller index to controller typeMorph
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-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