Narr the Reg
1e21f5f872
yuzu: config: Fix mapping issues with the enter key
4 years ago
german77
41b65d38fa
yuzu: Allow to open and remove the amiibo
4 years ago
german77
ab93b4c66d
yuzu: Mute audio when in background
4 years ago
german77
49eb78497b
yuzu: Add docked, GPU accuracy and adapting filter hotkeys
4 years ago
german77
6a4ab3e0d2
yuzu: Add auto center on right click
4 years ago
Morph
25db62ce15
general: Rename NewUUID to UUID, and remove the previous UUID impl
This completes the removal of the old UUID implementation.
4 years ago
Morph
dfe11d72e3
profile: Migrate to the new UUID implementation
4 years ago
Narr the Reg
694c078655
yuzu: config: Vibrate the controller while configuring vibration strength
4 years ago
Narr the Reg
064aa3de11
yuzu: ui: Improve battery symbols
4 years ago
Lioncash
40d31b8b8a
configure_filesystem: Add missing changeEvent() override
This allows the dialog to be retranslated during runtime if the language
is changed.
4 years ago
Lioncash
b9f06bd599
configure_filesystem: Normalize member function casing
All other dialog types we have use CamelCase naming.
4 years ago
Lioncash
5c4ed30c21
configure_motion_touch: Use functor versions of invokeMethod
Same behavior, but ensures that the functions we're calling exist, since
they can be checked at compile-time.
4 years ago
Lioncash
e2a86e2c8a
configure_input_player: Eliminate variable shadowing
4 years ago
Lioncash
2dba59d1ff
configure_input_player: std::move input setters in HandleClick
4 years ago
Lioncash
9ba6bab920
configure_input_player: Avoid unnecessary ParamPackage copies
Avoids churning allocations.
4 years ago
german77
3d2d77eb3f
input_common: Add home and hard touch press buttons to UDP controllers
4 years ago
german77
fea05a17ea
hotkeys: Don't translate hotkey buttons
4 years ago
german77
ebf19616f4
input_common: Add option to configure gyro threshold
4 years ago
german77
b998aa5504
yuzu: Add setting to disable controller navigation
4 years ago
Moonlacer
fdde08bd01
Update FSR to 1.0.2
Updates yuzu's FSR implementation to 1.0.2
4 years ago
Narr the Reg
7d133fd37e
yuzu: Add modifiers for keyboard
4 years ago
v1993
d63d8bf7f9
Use Default Colorful theme by default outside of Windows
On OSes with system-wide theming this allows yuzu to follow system style, regardless of its exact coloration, working well with both light and dark system themes. Dark /Colorful, on the other hand, forces dark theme regardless of user preferences set in system settings, making for a poor default.
Use Colorful variation to keep in line with icon style of patron-voted Dark Colorful.
4 years ago
Morph
78e233c460
uisettings: Add enumeration type for themes
Eliminates the usage of a magic number to indicate the default index of the themes array,
4 years ago
gidoly
789af19c60
config: Change default theme to Dark Colorful
4 years ago
german77
9eab07f863
input_common: Reintroduce motion from mouse and use button names
4 years ago
german77
c8b3a12856
yuzu: Add volume up/down hotkeys
4 years ago
german77
419f427a01
yuzu: Remove speed limit hotkeys
4 years ago
german77
873d26b335
yuzu: Use pad parameter to choose the correct controller
4 years ago
german77
72c8a94a6c
yuzu: Add controller hotkeys
5 years ago
lat9nq
62c13e8318
configure_per_game: Initialize tabs after loading custom configuration
Changes tab initialization to happen after the configuration is loaded,
which means that it no longer happens as member initializers in the
ConfigurePerGame constructor. Removes the cluster of
??_tab->SetConfiguration's that I added earlier to get around this issue
initially.
Fixes a regression in #6774
4 years ago
Fernando Sahmkow
f58ee3f15f
ShaderDecompiler: Add a debug option to dump the game's shaders.
5 years ago
german77
133f497f84
controller_applet: Only populate supported controllers
4 years ago
german77
9ee5c4ec56
core/hid: Fix controller type validation
4 years ago
ameerj
b64d28492a
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.
5 years ago
german77
7fe455e42e
core/hid: Ensure only valid npad are connected
5 years ago
Morph
410df5446e
general: Fix handheld typo
5 years ago
german77
51df96b7c0
settings: Add debug setting to enable all controllers
5 years ago
german77
182cd9004f
config: Remove vibration configuration
5 years ago
Narr the Reg
639402850a
input_common: Fully implement UDP controllers
5 years ago
german77
746c85b560
input_common: Move button names to the frontend
5 years ago
german77
f4e5f89e6f
core/hid: Improve accuary of mouse implementation
5 years ago
german77
654d76e79e
core/hid: Fully implement native mouse
5 years ago
german77
bca299e8e0
input_common: Allow keyboard to be backwards compatible
5 years ago
german77
b673857d7d
core/hid: Improve accuracy of the keyboard implementation
5 years ago
german77
71f9b90dd9
core/hid: Remove usage of native types, fix a couple of errors with motion
5 years ago
german77
a17550be98
settings: Remove includes of core.h
5 years ago
Levi Behunin
690013b342
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
d14e74132c
settings: Fix controller preview not displaying the correct controller
5 years ago
german77
5d0f3540c4
core/hid: Rename NpadType to NpadStyleIndex
5 years ago
german77
84c58666a4
config: Cleanup and documentation
5 years ago