yuzu/src
ameerj a5bff8e9b3 astc_decoder: Combine FastReplicate functions to work around new NV driver bug
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 16:13:20 -05:00
..
audio_core general: Add missing copyright notices 2021-12-05 16:18:53 -05:00
common logging/log.h: move enum class formatter to a separate file ... 2022-01-09 17:35:33 -07:00
core Merge pull request #7711 from bunnei/fix-service-thread-race-v2 2022-01-14 22:22:39 -08:00
input_common Change default name for ps controllers 2022-01-15 10:29:42 +09:00
shader_recompiler logging/log.h: move enum class formatter to a separate file ... 2022-01-09 17:35:33 -07:00
tests cmake: make tests optional 2022-01-12 00:36:20 +01:00
video_core astc_decoder: Combine FastReplicate functions to work around new NV driver bug 2022-01-16 16:13:20 -05:00
web_service web_service: Silence -Wmaybe-uninitialized on httplib.h 2021-07-12 03:30:45 -03:00
yuzu Merge pull request #7690 from Morph1984/increase-file-limit-win 2022-01-13 21:25:06 -08:00
yuzu_cmd core/hid: Fully implement native mouse 2021-11-24 20:30:28 -06:00
.clang-format
CMakeLists.txt cmake: make tests optional 2022-01-12 00:36:20 +01:00