summaryrefslogtreecommitdiff
path: root/src/yuzu
AgeCommit message (Collapse)Author
2021-12-08profiler: Use QWheelEvent position().toPoint()Morph
QWheelEvent::pos() is deprecated. Make use of position().toPoint() instead.
2021-12-07Merge pull request #7506 from heinermann/focus_crashMai M
Fixed #7502
2021-12-04Fixed #7502Adam Heinermann
2021-12-04core/hid: Ensure only valid npad are connectedgerman77
2021-12-03Merge pull request #7489 from Morph1984/steady-clockbunnei
general: Replace high_resolution_clock with steady_clock
2021-12-02yuzu: Implement basic controller navigationgerman77
2021-12-02general: Replace high_resolution_clock with steady_clockMorph
On some OSes, high_resolution_clock is an alias to system_clock and is not monotonic in nature. Replace this with steady_clock.
2021-11-29qt_controller: Make use of (Enable/Disable)AllControllerConfigurationMorph
This also moves the use of DisableConfiguration to the destructor.
2021-11-29general: Fix handheld typoMorph
2021-11-28qt_controller: Fix input when the controller applet is ignoredgerman77
2021-11-27settings: Add debug setting to enable all controllersgerman77
2021-11-27Merge pull request #7255 from german77/krakenFernando S
Project Kraken: Input rewrite
2021-11-26config: Remove vibration configurationgerman77
2021-11-26applet/controller: Enable configuring mode while the applet is opengerman77
2021-11-26input_common: Fully implement UDP controllersNarr the Reg
2021-11-25Merge pull request #7330 from MightyCreak/simplify-theme-selectionbunnei
Replace "Light" theme by "Default"
2021-11-24yuzu: Fix TAS from rebasegerman77
2021-11-24input_common: Move button names to the frontendgerman77
2021-11-24bootmanager: Use cross-platform keyboard inputgerman77
2021-11-24kraken: Address comments from reviewgerman77
Fix compiler bug
2021-11-24core/hid: Improve accuary of mouse implementationgerman77
2021-11-24core/hid: Fully implement native mousegerman77
2021-11-24input_common: Allow keyboard to be backwards compatiblegerman77
2021-11-24core/hid: Improve accuracy of the keyboard implementationgerman77
2021-11-24core/hid: Remove usage of native types, fix a couple of errors with motiongerman77
2021-11-24settings: Remove includes of core.hgerman77
2021-11-24service/hid: Remove includes of core.h and settings.hgerman77
2021-11-24 UI nitsLevi Behunin
Set top margin to 6 on Right Stick, LeftStick, Face Buttons, D-Pad. Change property on Input Device QComboBox from minimumSize to minimumContentsLength.
2021-11-24settings: Fix controller preview not displaying the correct controllergerman77
2021-11-24core/hid: Rename NpadType to NpadStyleIndexgerman77
2021-11-24config: Cleanup and documentationgerman77
2021-11-24second commit lion reviewgerman77
2021-11-24settings: Fix Debug controller type optionsgerman77
2021-11-24kraken: Address comments from reviewgerman77
start lion review
2021-11-24input_common: Revert deleted TAS functionsgerman77
2021-11-24core/hid: Add TAS inputgerman77
2021-11-24input_common: Fix UDP uuidgerman77
2021-11-24core/hid: Rework battery mappingsgerman77
2021-11-24settings: Fix mouse and keyboard mappingsgerman77
2021-11-24web_applet: Replace HIDButton with NpadButtongerman77
2021-11-24Morph review first wavegerman77
2021-11-24yuzu: Fix loading input profilesgerman77
2021-11-24service/hid: Fix gesture inputgerman77
2021-11-24configuration: Migrate controller settings to emulated controllergerman77
2021-11-24core/hid: Only signal when neededgerman77
2021-11-24hid: Fix controller connection/disconnectiongerman77
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