- 02 Feb, 2022 13 commits
-
-
Morph authored
common_types: Remove NonCopyable struct
-
bunnei authored
yuzu: Disable auto repeat on hotkeys again
-
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
-
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 21 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.
-
Morph authored
video_core/shader_cache: Take std::span in RemoveShadersFromStorage()
-
Lioncash authored
-
Lioncash authored
Same behavior, but without the need to move into the function to avoid an allocation.
-
Mai M authored
Update translations (2022-02-01)
-
The yuzu Community authored
-
bunnei authored
svc: Add 32 bit SynchronizePreemptionState
-
bunnei authored
Inline2Memory: Flush before writing buffer.
-
Narr the Reg authored
Used by Espgaluda II
-
Fernando Sahmkow authored
-
- 30 Jan, 2022 6 commits