Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-21 | service/wlan: Update function tables | Lioncash | |
2022-01-21 | service/usb: Update function tables | Lioncash | |
2022-01-21 | service/set: Update function tables | Lioncash | |
2022-01-21 | service/ns: Update function tables | Lioncash | |
2022-01-21 | service/nim: Update unknown function table entries | Lioncash | |
2022-01-21 | service/friend: Update unknown function table entries | Lioncash | |
2022-01-21 | service/filsystem: Update fsp-srv function table | Lioncash | |
2022-01-21 | service/btm: Update function tables | Lioncash | |
2022-01-21 | service/audio: Update audctl unknown function names | Lioncash | |
2022-01-21 | service/am: Update omm function tables | Lioncash | |
2022-01-21 | service/acc: Update unknown function names | Lioncash | |
Switchbrew has the function names now. | |||
2022-01-21 | Merge pull request #7755 from v1993/someone-in-here-lacks-system-wide-theming | bunnei | |
Use Default Colorful theme by default outside of Windows | |||
2022-01-21 | Merge pull request #7731 from v1993/xfb-varying-check-fix | bunnei | |
shader_recompiler: fix potential OOB access | |||
2022-01-21 | Use Default Colorful theme by default outside of Windows | v1993 | |
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. | |||
2022-01-20 | Merge pull request #7695 from Morph1984/is-pow2 | bunnei | |
common: bit_util: Add IsPow2 helper function | |||
2022-01-20 | Merge pull request #7710 from german77/just-shake-it | bunnei | |
core/hid: Increment shake force | |||
2022-01-20 | video_core: constify AVCodec for ffmpeg >= 5.0 | Jan Beich | |
src/video_core/command_classes/codecs/codec.cpp:177:16: error: assigning to 'AVCodec *' from 'const AVCodec *' discards qualifiers av_codec = avcodec_find_decoder(codec); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |||
2022-01-19 | Merge pull request #7726 from german77/clamp | Morph | |
service/hid: Initialize applet_resource on SetNpadAnalogStickUseCenterClamp | |||
2022-01-19 | service/hid: Initialize applet_resource on SetNpadAnalogStickUseCenterClamp | german77 | |
2022-01-19 | vulkan_device: Fix sType for VkPhysicalDeviceShaderAtomicInt64Features | Georg Lehmann | |
2022-01-18 | Merge pull request #7701 from bunnei/clear-mem-pages | bunnei | |
Kernel Memory Updates (Part 3): Clear KMemoryManager pages & other fixes | |||
2022-01-18 | Merge pull request #7715 from gidoly/patch-4 | bunnei | |
Xbox controller default name nit pick | |||
2022-01-18 | Merge pull request #7725 from german77/mouse_in_motion | bunnei | |
input_common: Reintroduce motion from mouse and use button names | |||
2022-01-17 | Merge pull request #7712 from bunnei/fix-thread-exit | bunnei | |
Accurately implement thread exit | |||
2022-01-17 | Merge pull request #7724 from ameerj/astc_new_nv | bunnei | |
astc_decoder: Combine FastReplicate functions to work around new NV driver bug | |||
2022-01-17 | Merge pull request #7732 from v1993/patch-7 | bunnei | |
kernel: remove no-op code | |||
2022-01-17 | shader_recompiler: fix potential OOB access | v1993 | |
Found by static analysis with PVS-Studio. Original check wasn't actually checking for OOB and would segfault in case of it. | |||
2022-01-17 | Merge pull request #7730 from v1993/patch-6 | Mai M | |
input_common: nitpick about SetHatButton usage | |||
2022-01-17 | Merge pull request #7729 from v1993/patch-5 | Mai M | |
input_common: fix copy-paste error | |||
2022-01-17 | Merge pull request #7728 from v1993/patch-4 | Mai M | |
hid: fix std::transform call | |||
2022-01-17 | Merge pull request #7727 from v1993/patch-3 | Mai M | |
hid: Correct assignment source for rotations | |||
2022-01-17 | hle: remove no-op code | Valeri | |
Found by static analysis with PVS-Studio. Nobody seems to really know what was it doing there. | |||
2022-01-17 | input_common: nitpick about SetHatButton usage | Valeri | |
2022-01-17 | input_common: fix copy-paste error | Valeri | |
Found by static analysis with PVS-Studio. | |||
2022-01-17 | hid: fix std::transform call | Valeri | |
Found by static analysis with PVS-Studio. | |||
2022-01-17 | uisettings: Add enumeration type for themes | Morph | |
Eliminates the usage of a magic number to indicate the default index of the themes array, | |||
2022-01-17 | config: Change default theme to Dark Colorful | gidoly | |
2022-01-17 | Correct assignment source for rotations | Valeri | |
Found by static analysis with PVS-Studio | |||
2022-01-16 | input_common: Reintroduce motion from mouse and use button names | german77 | |
2022-01-16 | astc_decoder: Combine FastReplicate functions to work around new NV driver bug | ameerj | |
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. | |||
2022-01-16 | Xbox controller default name nit pick | gidoly | |
Discord User moon lacer pointed us that official name is 'Xbox' not 'XBox' | |||
2022-01-15 | Merge pull request #7713 from gidoly/patch-3 | bunnei | |
Change default name for playstation controllers | |||
2022-01-14 | Merge pull request #7711 from bunnei/fix-service-thread-race-v2 | bunnei | |
hle: kernel: Fix service_threads access to be thread safe V2. | |||
2022-01-14 | hle: kernel: k_memory_manager: Clear pages on allocation & free. | bunnei | |
- Heap pages should be zero'd. - Also explicitly passed along heap allocation option. | |||
2022-01-15 | Change default name for ps controllers | gidoly | |
Minor nitpick Code is from narr | |||
2022-01-14 | Merge pull request #7707 from german77/slow-update | bunnei | |
service/hid: Decrease motion update rate | |||
2022-01-14 | core: hle: kernel: KThread: Integrate with KWorkerTask and implement ↵ | bunnei | |
DoWorkerTaskImpl. - This is used to terminate a thread asynchronously after it has been exited. - This fixes a crash that can occur in Pokemon Sword/Shield because a thread is incorrectly closed on svcExitThread, then, the thread is destroyed on svcCloseHandle while it is still scheduled. - Instead, we now wait for the thread to no longer be scheduled on all cores before destroying it from KWorkerTaskManager, which is accurate to HOS behavior. | |||
2022-01-14 | core: hle: kernel: KProcess: Integrate with KWorkerTask and add ↵ | bunnei | |
unimplemented DoWorkerTaskImpl. | |||
2022-01-14 | core: hle: kernel: KThread: Replace Suspend with UpdateState & various updates. | bunnei | |
- This makes our implementations of these more closely match HOS. | |||
2022-01-14 | core: hle: kernel: Instantiate a kernel instance of KWorkerTaskManager. | bunnei | |