yuzu/src
Lioncash 00e100de08 render_target: Add missing initializer for size extent
Everything else has a default constructor that does the straightforward
thing of initializing most members to a default value, except for the
size.

We explicitly initialize the size (and others, for consistency), to
prevent potential uninitialized reads from occurring. Particularly given
the largeish surface area that this struct is used in.
2021-07-27 07:41:21 -04:00
..
audio_core Merge pull request #6571 from Kelebek1/Mix 2021-07-12 22:09:05 -07:00
common Merge pull request #6696 from ameerj/speed-limit-rename 2021-07-26 18:51:00 -07:00
core Merge pull request #6696 from ameerj/speed-limit-rename 2021-07-26 18:51:00 -07:00
input_common Merge pull request #6654 from german77/custom_threshold 2021-07-21 20:31:33 -04:00
shader_recompiler Merge pull request #6724 from lioncash/nodisc-shader 2021-07-26 16:35:21 -03:00
tests shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00
video_core render_target: Add missing initializer for size extent 2021-07-27 07:41:21 -04:00
web_service web_service: Silence -Wmaybe-uninitialized on httplib.h 2021-07-12 03:30:45 -03:00
yuzu Merge pull request #6696 from ameerj/speed-limit-rename 2021-07-26 18:51:00 -07:00
yuzu_cmd Merge pull request #6696 from ameerj/speed-limit-rename 2021-07-26 18:51:00 -07:00
.clang-format
CMakeLists.txt shader: Initial recompiler work 2021-07-22 21:51:21 -04:00