Matías Locatti
1cdddd17d2
Changed link
4 years ago
Wunkolo
44b3abdfc0
yuzu/main: Fix host memory byte units. GB to GiB
I have `134850146304` bytes of ram and Yuzu was saying that I had `125.59 GB`
of ram. But `125.59` is actually the amount of gi**bi**bytes I have. In
gi**ga**bytes I would have `134.9`.
Additionally, I changed the `1024 / 1024 / 1024` here into the `_GiB`
user-literals that I added a while ago(#6519 ).
https://www.wolframalpha.com/input/?i=134850146304+bytes
4 years ago
Morph
96579e515a
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
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.
4 years ago
Morph
9ba812485a
profiler: Use QWheelEvent position().toPoint()
QWheelEvent::pos() is deprecated. Make use of position().toPoint() instead.
4 years ago
Matías Locatti
60bdedc7dd
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
7220056974
Fixed #7502
4 years ago
german77
7fe455e42e
core/hid: Ensure only valid npad are connected
4 years ago
german77
5ba7b11ba4
yuzu: Implement basic controller navigation
4 years ago
Morph
762b8ad448
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
b86fcf7c31
qt_controller: Make use of (Enable/Disable)AllControllerConfiguration
This also moves the use of DisableConfiguration to the destructor.
4 years ago
Morph
410df5446e
general: Fix handheld typo
4 years ago
german77
dcc4685557
qt_controller: Fix input when the controller applet is ignored
4 years ago
german77
51df96b7c0
settings: Add debug setting to enable all controllers
4 years ago
german77
182cd9004f
config: Remove vibration configuration
4 years ago
german77
a4a0638bc8
applet/controller: Enable configuring mode while the applet is open
4 years ago
Narr the Reg
639402850a
input_common: Fully implement UDP controllers
4 years ago
german77
e64ee99f00
yuzu: Fix TAS from rebase
4 years ago
german77
746c85b560
input_common: Move button names to the frontend
4 years ago
german77
922aa9410a
bootmanager: Use cross-platform keyboard input
4 years ago
german77
42949738f2
kraken: Address comments from review
Fix compiler bug
4 years ago
german77
f4e5f89e6f
core/hid: Improve accuary of mouse implementation
4 years ago
german77
654d76e79e
core/hid: Fully implement native mouse
4 years ago
german77
bca299e8e0
input_common: Allow keyboard to be backwards compatible
4 years ago
german77
b673857d7d
core/hid: Improve accuracy of the keyboard implementation
4 years ago
german77
71f9b90dd9
core/hid: Remove usage of native types, fix a couple of errors with motion
4 years ago
german77
a17550be98
settings: Remove includes of core.h
4 years ago
german77
e7eee36d52
service/hid: Remove includes of core.h and settings.h
4 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.
4 years ago
german77
d14e74132c
settings: Fix controller preview not displaying the correct controller
4 years ago
german77
5d0f3540c4
core/hid: Rename NpadType to NpadStyleIndex
4 years ago
german77
84c58666a4
config: Cleanup and documentation
4 years ago
german77
77fa4d4bf6
second commit lion review
4 years ago
german77
730f078302
settings: Fix Debug controller type options
4 years ago
german77
2b1b0c2a30
kraken: Address comments from review
start lion review
4 years ago
german77
61d9eb9f69
input_common: Revert deleted TAS functions
4 years ago
german77
c085e54316
core/hid: Add TAS input
4 years ago
german77
1d71d4b874
input_common: Fix UDP uuid
4 years ago
german77
064ddacf49
core/hid: Rework battery mappings
4 years ago
german77
464c4d26ac
settings: Fix mouse and keyboard mappings
4 years ago
german77
cc651c7c99
web_applet: Replace HIDButton with NpadButton
4 years ago
german77
b564f024f0
Morph review first wave
4 years ago
german77
21819da8cd
yuzu: Fix loading input profiles
4 years ago
german77
85052b8662
service/hid: Fix gesture input
4 years ago
german77
af55dd1935
configuration: Migrate controller settings to emulated controller
4 years ago
german77
601ac43495
core/hid: Only signal when needed
4 years ago
german77
4d308fd0b4
hid: Fix controller connection/disconnection
4 years ago
german77
e0da5c1bbc
kraken: Fix errors from rebase and format files
4 years ago
german77
06a5ef5874
core/hid: Add output devices
4 years ago
german77
e14ae06391
core: Update input interpreter
5 years ago