- 05 Feb, 2022 7 commits
-
-
Morph authored
This copies the internal bytes of the UUID into a u128 for backwards compatibility. This should not be used.
-
Morph authored
This warning is triggered by GCC when copying into non-trivially default constructible types, as it uses the more restrictive std::is_trivial (which includes std::is_trivially_default_constructible) to determine whether memcpy is safe instead of std::is_trivially_copyable.
-
Morph authored
-
Morph authored
-
Morph authored
This is a fixed and revised implementation of UUID that uses an array of bytes as its internal representation of a UUID instead of a u128 (which was an array of 2 u64s). In addition to this, the generation of RFC 4122 Version 4 compliant UUIDs is also implemented.
-
bunnei authored
yuzu: config: Vibrate the controller while configuring vibration strength
-
bunnei authored
yuzu: ui: Improve battery symbols
-
- 04 Feb, 2022 2 commits
- 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 12 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
-
Mai M authored
Update dynarmic.
-
Lioncash authored
The previous overload of split() was deprecated in 5.14.
-
Fernando Sahmkow authored
-
Morph authored
common/file: Remove [[nodiscard]] from Open()
-
Lioncash authored
Since this has a void return value, there's nothing that can actually be used.
-