summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Morph review first waveGravatar german772021-11-2423-136/+117
* service/hid: Match shared memory closer to HWGravatar german772021-11-242-26/+75
* yuzu: Fix loading input profilesGravatar german772021-11-242-0/+9
* kraken: Address comments from reviewGravatar german772021-11-2415-56/+56
* service/hid: Use ring buffer for gesturesGravatar german772021-11-242-79/+52
* 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
* 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
* Refactor menu states and shortcuts in GMainWindow. (#7419)Gravatar Adam Heinermann2021-11-243-237/+175
* Merge pull request #7404 from Kewlan/per-game-framerate-capGravatar bunnei2021-11-245-27/+99
|\