yuzu-fork/src
Jan Beich d24a4b79d4 video_core: constify AVCodec for ffmpeg >= 5.0
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-20 11:09:21 +00:00
..
audio_core general: Add missing copyright notices 2021-12-05 16:18:53 -05:00
common Merge pull request #7725 from german77/mouse_in_motion 2022-01-18 18:16:27 -08:00
core Merge pull request #7726 from german77/clamp 2022-01-19 14:31:15 -08:00
input_common Merge pull request #7715 from gidoly/patch-4 2022-01-18 21:14:30 -08: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 video_core: constify AVCodec for ffmpeg >= 5.0 2022-01-20 11:09:21 +00:00
web_service web_service: Silence -Wmaybe-uninitialized on httplib.h 2021-07-12 03:30:45 -03:00
yuzu Merge pull request #7725 from german77/mouse_in_motion 2022-01-18 18:16:27 -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