- 21 Jan, 2022 7 commits
-
-
Lioncash authored
-
Lioncash authored
Switchbrew has the function names now.
-
bunnei authored
Use Default Colorful theme by default outside of Windows
-
bunnei authored
shader_recompiler: fix potential OOB access
-
v1993 authored
On OSes with system-wide theming this allows yuzu to follow system style, regardless of its exact coloration, working well with both light and dark system themes. Dark /Colorful, on the other hand, forces dark theme regardless of user preferences set in system settings, making for a poor default. Use Colorful variation to keep in line with icon style of patron-voted Dark Colorful.
-
bunnei authored
common: bit_util: Add IsPow2 helper function
-
bunnei authored
core/hid: Increment shake force
-
- 20 Jan, 2022 2 commits
- 19 Jan, 2022 7 commits
-
-
Morph authored
service/hid: Initialize applet_resource on SetNpadAnalogStickUseCenterClamp
-
Fernando S authored
vulkan_device: Fix sType for VkPhysicalDeviceShaderAtomicInt64Features
-
german77 authored
-
Georg Lehmann authored
-
bunnei authored
Kernel Memory Updates (Part 3): Clear KMemoryManager pages & other fixes
-
bunnei authored
Xbox controller default name nit pick
-
bunnei authored
input_common: Reintroduce motion from mouse and use button names
-
- 18 Jan, 2022 2 commits
- 17 Jan, 2022 15 commits
-
-
bunnei authored
kernel: remove no-op code
-
v1993 authored
Found by static analysis with PVS-Studio. Original check wasn't actually checking for OOB and would segfault in case of it.
-
Mai M authored
input_common: nitpick about SetHatButton usage
-
Mai M authored
input_common: fix copy-paste error
-
Mai M authored
hid: fix std::transform call
-
Mai M authored
hid: Correct assignment source for rotations
-
Valeri authored
Found by static analysis with PVS-Studio. Nobody seems to really know what was it doing there.
-
bunnei authored
Change default theme to Dark colorful
-
Valeri authored
-
Valeri authored
Found by static analysis with PVS-Studio.
-
Valeri authored
Found by static analysis with PVS-Studio.
-
Morph authored
Eliminates the usage of a magic number to indicate the default index of the themes array,
-
gidoly authored
-
Valeri authored
Found by static analysis with PVS-Studio
-
german77 authored
-
- 16 Jan, 2022 1 commit
-
-
ameerj authored
The new Nvidia drivers have a bug where the FastReplicateTo6 function produces a lookup into the REPLICATE_TO_8 table rather than the REPLICATE_TO_6 table. This seems to be an optimization gone wrong. Combining the logic of the FastReplicate functions seems to address the bug.
-
- 15 Jan, 2022 6 commits
-
-
gidoly authored
Discord User moon lacer pointed us that official name is 'Xbox' not 'XBox'
-
bunnei authored
Change default name for playstation controllers
-
bunnei authored
hle: kernel: Fix service_threads access to be thread safe V2.
-
bunnei authored
- Heap pages should be zero'd. - Also explicitly passed along heap allocation option.
-
gidoly authored
Minor nitpick Code is from narr
-
bunnei authored
service/hid: Decrease motion update rate
-