summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | service/hid: Fix gesture inputGravatar german772021-11-248-91/+159
| | | |
| * | | configuration: Migrate controller settings to emulated controllerGravatar german772021-11-2412-127/+141
| | | |
| * | | core/hid: Fix rumble too strong at 1%Gravatar german772021-11-243-13/+48
| | | |
| * | | core/hid: Only signal when neededGravatar german772021-11-2411-153/+240
| | | |
| * | | hid: Fix controller connection/disconnectionGravatar german772021-11-2410-65/+226
| | | |
| * | | core/hid: Documment some filesGravatar german772021-11-244-52/+265
| | | |
| * | | kraken: Fix errors from rebase and format filesGravatar german772021-11-2420-53/+83
| | | |
| * | | core/hid: Add output devicesGravatar german772021-11-2420-144/+312
| | | |
| * | | core: Update input interpreterGravatar german772021-11-244-54/+18
| | | |
| * | | yuzu: Update overlay appletGravatar german772021-11-242-16/+21
| | | |
| * | | core/frontend: Update appletsGravatar german772021-11-242-10/+15
| | | |
| * | | core: Remove frontend/inputGravatar german772021-11-241-217/+0
| | | |
| * | | service/hid: Rewrite npad to use ring lifo and the emulated controllerGravatar german772021-11-242-890/+605
| | | |
| * | | service/hid: Update console sixaxis to the emulated consoleGravatar german772021-11-242-28/+26
| | | |
| * | | service/hid: Update mouse and keyboard to use ring lifo and the emulated deviceGravatar german772021-11-244-158/+71
| | | |
| * | | service/hid: Update touch and gestures to use ring lifo and the emulated consoleGravatar german772021-11-244-370/+191
| | | |
| * | | service/hid: Update debug pad, xpad, stubbed and controller base to use ring ↵Gravatar german772021-11-247-166/+80
| | | | | | | | | | | | | | | | lifo and the emulated controller
| * | | service/hid: Use remove duplicated code, update namesGravatar german772021-11-242-64/+30
| | | |
| * | | service/hid: Create ring LIFOGravatar german772021-11-242-1/+55
| | | |
| * | | Qt_applets: Use new inputGravatar german772021-11-245-49/+68
| | | |
| * | | settings: Cleanup settingsGravatar german772021-11-246-9/+16
| | | |
| * | | debugger/controller: Remove TASGravatar german772021-11-242-46/+5
| | | |
| * | | core/emu_window: Remove touch inputGravatar german772021-11-242-113/+15
| | | |
| * | | yuzu: Update frontendGravatar german772021-11-2413-1010/+822
| | | |
| * | | core: Register HIDGravatar german772021-11-243-4/+25
| | | |
| * | | core/hid: Add emulated controllersGravatar german772021-11-249-0/+2025
| | | |
| * | | yuzu_cmd: Use new inputGravatar german772021-11-243-45/+39
| | | |
| * | | yuzu: Use new input on main and bootmanagerGravatar german772021-11-243-68/+59
| | | |
| * | | input_common: Rewrite main and add the new driversGravatar german772021-11-242-49/+330
| | | |
| * | | input_common: Remove obsolete filesGravatar german772021-11-245-444/+0
| | | |
| * | | input_common: Rewrite SDLGravatar german772021-11-246-1757/+950
| | | |
| * | | input_common: Rewrite udp clientGravatar german772021-11-245-441/+54
| | | |
| * | | input_common: Rewrite tas inputGravatar german772021-11-245-840/+2
| | | |
| * | | input_common: Rewrite gc_adapterGravatar german772021-11-248-827/+848
| | | |
| * | | input_common: Rewrite touchGravatar german772021-11-243-0/+99
| | | |
| * | | input_common: Rewrite mouseGravatar german772021-11-247-751/+217
| | | |
| * | | input_common: Rewrite keyboardGravatar german772021-11-2411-614/+95
| | | |
| * | | input_common: Move touch and analog from button. Move udp protocolGravatar german772021-11-2410-132/+172
| | | |
| * | | input_common: Create input poller and mappingGravatar german772021-11-246-0/+1305
| | | |
| * | | input_common: Create input_engineGravatar german772021-11-242-0/+585
| | | |
| * | | core/hid: Move motion_input, create input converter and hid_typesGravatar german772021-11-246-0/+1164
| | | |
| * | | core/hid: Move input_interpreter to hidGravatar german772021-11-244-4/+4
| | | |
| * | | common: Rewrite and move core/frontend/input.h to commonGravatar german772021-11-242-0/+243
| | | |
* | | | Merge pull request #7431 from liushuyu/fix-linux-decodingGravatar bunnei2021-11-261-2/+41
|\ \ \ \ | | | | | | | | | | video_core/codecs: fix multiple decoding issues on Linux
| * | | | video_core/codec: address commentsGravatar liushuyu2021-11-241-17/+11
| | | | |
| * | | | video_core/codecs: fix multiple decoding issues on Linux ...Gravatar liushuyu2021-11-241-2/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * when someone installed Intel video drivers on an AMD system, the decoder will select the Intel VA-API decoding driver and yuzu will crash due to incorrect driver selection; the fix will check if the currently about-to-use driver is loaded in the kernel * when using NVIDIA driver on Linux with a ffmpeg that does not have CUDA capability enabled, the decoder will crash; the fix simply making the decoder prefers the VDPAU driver over CUDA on Linux
* | | | | Merge pull request #7330 from MightyCreak/simplify-theme-selectionGravatar bunnei2021-11-252-25/+27
|\ \ \ \ \ | |_|/ / / |/| | | | Replace "Light" theme by "Default"
| * | | | Replace "Light" theme by "Default"Gravatar Romain Failliot2021-11-142-25/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reflects the current behavior: Light = System default. If your system is set to dark theme, then Light = Dark, which is a bit confusing for the end user. In this PR, I propose to change "Light" with "Default". This way, the user has "Default" and "Default Colorful", which will apply the system theme. Now that the Flatpak respects the system theme, I think this makes much more sense. I also simplified the theme update. Before the code was branching between the default theme and the others, but I think we can have something simpler by forcing the default theme if no theme is defined in the settings, or if the selected theme doesn't exist. And if there's an error, tell the theme name in the error message.
* | | | | Refactor menu states and shortcuts in GMainWindow. (#7419)Gravatar Adam Heinermann2021-11-243-237/+175
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor menu states and shortcuts in GMainWindow. - Removed "Start", since it was always disabled unless it was "Continue" which has now been moved to "Pause". - Allow hotkeys to be used while in fullscreen. - Removed the load amiibo hotkey.
* | | | Merge pull request #7404 from Kewlan/per-game-framerate-capGravatar bunnei2021-11-245-27/+99
|\ \ \ \ | | | | | | | | | | configure_general: Allow framerate cap to be used in custom game configs