- 14 Feb, 2022 1 commit
-
-
Mai M authored
debugger: console: Set console output codepage to UTF-8
-
- 13 Feb, 2022 2 commits
-
-
Morph authored
This allows the console to display multi-byte encoded characters.
-
Narr the Reg authored
hid: Stub IsUsbFullKeyControllerEnabled
-
- 12 Feb, 2022 1 commit
-
-
lat9nq authored
Used by Splatoon 2, when opening the inventory from a LAN battle lobby. Reference: https://switchbrew.org/wiki/HID_services
-
- 11 Feb, 2022 1 commit
-
-
bunnei authored
common: Revise and fix the UUID implementation
-
- 10 Feb, 2022 3 commits
- 09 Feb, 2022 3 commits
- 07 Feb, 2022 3 commits
- 06 Feb, 2022 2 commits
- 05 Feb, 2022 12 commits
-
-
bunnei authored
main: Always remove the frameless window flag when restoring UI state
-
Morph authored
The string constructor of UUID states: Should the input string not meet the above requirements, an assert will be triggered and an invalid UUID is set instead.
-
Morph authored
This completes the removal of the old UUID implementation.
-
Morph authored
-
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
-
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 5 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.
-