- 08 Feb, 2022 2 commits
- 07 Feb, 2022 2 commits
- 06 Feb, 2022 2 commits
- 05 Feb, 2022 4 commits
-
-
bunnei authored
main: Always remove the frameless window flag when restoring UI state
-
bunnei authored
yuzu: config: Vibrate the controller while configuring vibration strength
-
lat9nq authored
Motion inputs were not being read in by the config when yuzu-cmd boots up. This adds support for those. While we're at it, make a reference to the current player controls to improve readability. Also updates the if statements in the Analog and Button loops with curly braces to keep the style consistent.
-
bunnei authored
yuzu: ui: Improve battery symbols
-
- 04 Feb, 2022 4 commits
-
-
Mai M authored
input_common: Remove unused core include
-
Morph authored
For unknown reasons, this flag may persist after the application has been closed. Removing this flag when restoring the UI state ensures that a frameless window will not be shown on startup.
-
Morph authored
-
tech-ticks authored
-
- 03 Feb, 2022 3 commits
- 02 Feb, 2022 16 commits
-
-
Morph authored
common_types: Remove NonCopyable struct
-
Narr the Reg authored
-
bunnei authored
yuzu: Disable auto repeat on hotkeys again
-
Narr the Reg authored
-
Lioncash authored
Now that we're moved over to the YUZU_ defines, we can get rid of this struct.
-
Lioncash authored
-
bunnei authored
shaders: Implement U32x2 atomic fallbacks when device does not support int64
-
Lioncash authored
This allows for better compiler errors, where the compiler will state a copy or move couldn't occur due to the relevant function being deleted. Previously a compiler would warn about the relevant function not being accessible (which, while true, isn't as informative as it could be).
-
bunnei authored
input_common: Add home and hard touch press buttons to UDP controllers
-
bunnei authored
- More accurately reflects real kernel behavior by using guest locks.
-
Morph authored
configure_filesystem: Add missing changeEvent() override
-
bunnei authored
hotkeys: Don't translate hotkey buttons
-
Lioncash authored
This allows the dialog to be retranslated during runtime if the language is changed.
-
Lioncash authored
All other dialog types we have use CamelCase naming.
-
Narr the Reg authored
-
bunnei authored
common: wall_clock: Utilize constants for ms, us, and ns ratios
-
- 01 Feb, 2022 7 commits
-
-
Morph authored
configure_motion_touch: Use functor versions of invokeMethod
-
Morph authored
configure_input_player: Avoid unnecessary ParamPackage copies
-
Lioncash authored
Same behavior, but ensures that the functions we're calling exist, since they can be checked at compile-time.
-
Lioncash authored
-
Lioncash authored
-
Lioncash authored
Avoids churning allocations.
-
Morph authored
yuzu/game_list: Use non-deprecated version of QString's split() function
-