yuzu/src
liushuyu 72aa418b0b
video_core/codecs: fix multiple decoding issues on Linux ...
* when someone installed Intel video drivers on an AMD system, the
  decoder will select the Intel VA-API decoding driver and yuzu will
  crash due to incorrect driver selection; the fix will check if the
  currently about-to-use driver is loaded in the kernel
* when using NVIDIA driver on Linux with a ffmpeg that does not have
  CUDA capability enabled, the decoder will crash; the fix simply
  making the decoder prefers the VDPAU driver over CUDA on Linux
2021-11-24 17:23:57 -07:00
..
audio_core
common configure_general: Allow framerate cap to be used in custom game configs 2021-11-21 16:57:00 +01:00
core Merge pull request #7394 from Morph1984/svc-SetMemoryPermission 2021-11-22 14:06:09 -08:00
input_common Revert "input_common: Fix data race on GC implementation" 2021-10-23 23:32:16 +02:00
shader_recompiler ShaderCache: Better fix for Shuffling gl_FragCoord 2021-11-16 22:11:33 +01:00
tests
video_core video_core/codecs: fix multiple decoding issues on Linux ... 2021-11-24 17:23:57 -07:00
web_service
yuzu Merge pull request #7404 from Kewlan/per-game-framerate-cap 2021-11-24 02:36:30 -08:00
yuzu_cmd Frontend: Add anti-aliasing method setting 2021-11-16 22:11:32 +01:00
.clang-format
CMakeLists.txt CMakeLists: Document the /GT compile option 2021-10-28 20:43:46 -04:00