Morph
21ef5f290d
qt_software_keyboard: Fix out of bounds array access
We were unconditionally accessing the keyboard_buttons array, even if the bottom_osk_index was for the numberpad, leading to an out of bounds array access. Fix this by accessing the proper array for the current button when the index is for the numberpad.
4 years ago
ameerj
8f764d62a5
game_list: Add persistent setting for the favorites row expanded state
Previously, the favorites row was always expanded on launch. This change introduces a persistent setting that allows the favorites row's expanded state to be remembered between launches.
4 years ago
Morph
006965d3c0
profiler: Use QWheelEvent position().toPoint()
QWheelEvent::pos() is deprecated. Make use of position().toPoint() instead.
4 years ago
Matías Locatti
aca763fd98
main: Update video core popup
Old version had formatting issues, and I want to provide an answer to the most common reason this pops up in the first place, outdated drivers.
4 years ago
Adam Heinermann
a017f3cb43
Fixed #7502
4 years ago
german77
5fae083bc3
core/hid: Ensure only valid npad are connected
4 years ago
german77
21872bec53
yuzu: Implement basic controller navigation
5 years ago
Morph
2b9afa4d56
general: Replace high_resolution_clock with steady_clock
On some OSes, high_resolution_clock is an alias to system_clock and is not monotonic in nature. Replace this with steady_clock.
4 years ago
Morph
1524ed6776
qt_controller: Make use of (Enable/Disable)AllControllerConfiguration
This also moves the use of DisableConfiguration to the destructor.
5 years ago
Morph
726d16f266
general: Fix handheld typo
5 years ago
german77
d7065ddfda
qt_controller: Fix input when the controller applet is ignored
5 years ago
german77
b7357d95a7
settings: Add debug setting to enable all controllers
5 years ago
german77
8df8dd6c5c
config: Remove vibration configuration
5 years ago
german77
83c9e8c4a2
applet/controller: Enable configuring mode while the applet is open
5 years ago
Narr the Reg
7b56b2cab6
input_common: Fully implement UDP controllers
5 years ago
german77
2e699e089a
yuzu: Fix TAS from rebase
5 years ago
german77
b8b849dc2e
input_common: Move button names to the frontend
5 years ago
german77
af121ded18
bootmanager: Use cross-platform keyboard input
5 years ago
german77
30de38ee7f
kraken: Address comments from review
Fix compiler bug
5 years ago
german77
25521cd948
core/hid: Improve accuary of mouse implementation
5 years ago
german77
dfb63175d1
core/hid: Fully implement native mouse
5 years ago
german77
6032358402
input_common: Allow keyboard to be backwards compatible
5 years ago
german77
ebfe40dec8
core/hid: Improve accuracy of the keyboard implementation
5 years ago
german77
99485a06a7
core/hid: Remove usage of native types, fix a couple of errors with motion
5 years ago
german77
ac0154259a
settings: Remove includes of core.h
5 years ago
german77
d12525737a
service/hid: Remove includes of core.h and settings.h
5 years ago
Levi Behunin
ff650fc863
UI nits
Set top margin to 6 on Right Stick, LeftStick, Face Buttons, D-Pad.
Change property on Input Device QComboBox from minimumSize to minimumContentsLength.
5 years ago
german77
0cf8201c5d
settings: Fix controller preview not displaying the correct controller
5 years ago
german77
8517d89be0
core/hid: Rename NpadType to NpadStyleIndex
5 years ago
german77
ddcdaac727
config: Cleanup and documentation
5 years ago
german77
4736326a05
second commit lion review
5 years ago
german77
a8852024b6
settings: Fix Debug controller type options
5 years ago
german77
9f91335a71
kraken: Address comments from review
start lion review
5 years ago
german77
f63c6fce6d
input_common: Revert deleted TAS functions
5 years ago
german77
d0389d2971
core/hid: Add TAS input
5 years ago
german77
3cd0dd4227
input_common: Fix UDP uuid
5 years ago
german77
012691087a
core/hid: Rework battery mappings
5 years ago
german77
d1bac9024d
settings: Fix mouse and keyboard mappings
5 years ago
german77
6743753bc7
web_applet: Replace HIDButton with NpadButton
5 years ago
german77
d813cbd592
Morph review first wave
5 years ago
german77
498dd14bc7
yuzu: Fix loading input profiles
5 years ago
german77
8ea02d19a1
service/hid: Fix gesture input
5 years ago
german77
6774c7988b
configuration: Migrate controller settings to emulated controller
5 years ago
german77
00f654cd22
core/hid: Only signal when needed
5 years ago
german77
88cb39be9f
hid: Fix controller connection/disconnection
5 years ago
german77
0292fe0198
kraken: Fix errors from rebase and format files
5 years ago
german77
66cf94709a
core/hid: Add output devices
5 years ago
german77
a197599d08
core: Update input interpreter
5 years ago
german77
35cb1c64a9
yuzu: Update overlay applet
5 years ago
german77
5709d1271e
Qt_applets: Use new input
5 years ago