- Feb 14, 2022
-
-
Mai M authored
debugger: console: Set console output codepage to UTF-8
-
- Feb 13, 2022
-
-
Morph authored
This allows the console to display multi-byte encoded characters.
-
Narr the Reg authored
hid: Stub IsUsbFullKeyControllerEnabled
-
- Feb 12, 2022
-
-
lat9nq authored
Used by Splatoon 2, when opening the inventory from a LAN battle lobby. Reference: https://switchbrew.org/wiki/HID_services
-
- Feb 11, 2022
-
-
bunnei authored
common: Revise and fix the UUID implementation
-
- Feb 10, 2022
- Feb 09, 2022
- Feb 07, 2022
- Feb 06, 2022
- Feb 05, 2022
-
-
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
-
- Feb 04, 2022
-
-
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
-
- Feb 03, 2022
- Feb 02, 2022
-
-
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.
-