summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-11-24configuration: Migrate controller settings to emulated controllergerman77
2021-11-24core/hid: Fix rumble too strong at 1%german77
2021-11-24core/hid: Only signal when neededgerman77
2021-11-24hid: Fix controller connection/disconnectiongerman77
2021-11-24core/hid: Documment some filesgerman77
2021-11-24kraken: Fix errors from rebase and format filesgerman77
2021-11-24core/hid: Add output devicesgerman77
2021-11-24core: Update input interpretergerman77
2021-11-24yuzu: Update overlay appletgerman77
2021-11-24core/frontend: Update appletsgerman77
2021-11-24core: Remove frontend/inputgerman77
2021-11-24service/hid: Rewrite npad to use ring lifo and the emulated controllergerman77
2021-11-24service/hid: Update console sixaxis to the emulated consolegerman77
2021-11-24service/hid: Update mouse and keyboard to use ring lifo and the emulated devicegerman77
2021-11-24service/hid: Update touch and gestures to use ring lifo and the emulated consolegerman77
2021-11-24service/hid: Update debug pad, xpad, stubbed and controller base to use ring ↵german77
lifo and the emulated controller
2021-11-24service/hid: Use remove duplicated code, update namesgerman77
2021-11-24service/hid: Create ring LIFOgerman77
2021-11-24Qt_applets: Use new inputgerman77
2021-11-24settings: Cleanup settingsgerman77
2021-11-24debugger/controller: Remove TASgerman77
2021-11-24core/emu_window: Remove touch inputgerman77
2021-11-24yuzu: Update frontendgerman77
2021-11-24core: Register HIDgerman77
2021-11-24core/hid: Add emulated controllersgerman77
2021-11-24yuzu_cmd: Use new inputgerman77
2021-11-24yuzu: Use new input on main and bootmanagergerman77
2021-11-24input_common: Rewrite main and add the new driversgerman77
2021-11-24input_common: Remove obsolete filesgerman77
2021-11-24input_common: Rewrite SDLgerman77
2021-11-24input_common: Rewrite udp clientgerman77
2021-11-24input_common: Rewrite tas inputgerman77
2021-11-24input_common: Rewrite gc_adaptergerman77
2021-11-24input_common: Rewrite touchgerman77
2021-11-24input_common: Rewrite mousegerman77
2021-11-24input_common: Rewrite keyboardgerman77
2021-11-24input_common: Move touch and analog from button. Move udp protocolgerman77
2021-11-24input_common: Create input poller and mappinggerman77
2021-11-24input_common: Create input_enginegerman77
2021-11-24core/hid: Move motion_input, create input converter and hid_typesgerman77
2021-11-24core/hid: Move input_interpreter to hidgerman77
2021-11-24common: Rewrite and move core/frontend/input.h to commongerman77
2021-11-24Refactor menu states and shortcuts in GMainWindow. (#7419)Adam Heinermann
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.
2021-11-24Merge pull request #7404 from Kewlan/per-game-framerate-capbunnei
configure_general: Allow framerate cap to be used in custom game configs
2021-11-22Merge pull request #7394 from Morph1984/svc-SetMemoryPermissionbunnei
kernel: svc: Implement SetProcessMemoryPermission
2021-11-21Merge pull request #7406 from heinermann/tas_menuMai M
Added TAS controls to the menu under Tools
2021-11-21arm: dynarmic: Cleanup icache op handlingjam1garner
2021-11-21arm: dynarmic: Implement icache op handling for 'ic iallu' instructionjam1garner
2021-11-21arm: dynarmic: Implement icache op handling for 'ic ivau' instructionjam1garner
2021-11-21const fixesAdam Heinermann