yuzu-fork/src
Lioncash 6e1c6297a3 fixed_point: Mark default constructor as constexpr
Ensures that a fixed-point value is always initialized

This likely also fixes several cases of uninitialized values being
operated on, since we have multiple areas in the codebase where the
default constructor is being used like:

Common::FixedPoint<50, 14> current_sample{};

and is then followed up with an arithmetic operation like += or
something else, which operates directly on FixedPoint's internal data
member, which would previously be uninitialized.
2022-10-18 16:06:50 -04:00
..
audio_core sdl2_sink: Inline variable init into if condition 2022-10-16 21:36:40 -04:00
common fixed_point: Mark default constructor as constexpr 2022-10-18 16:06:50 -04:00
core Merge pull request #9087 from Morph1984/once 2022-10-17 22:50:02 -07:00
dedicated_room Merge pull request #8944 from Tachi107/patch-2 2022-10-06 16:59:04 -07:00
input_common input_common: have an unique vector in callback status 2022-10-09 12:49:18 -05:00
network Merge pull request #8876 from FearlessTobi/multiplayer-part3 2022-10-01 14:53:36 -07:00
shader_recompiler General: Fix compilation for GCC 2022-10-06 21:00:53 +02:00
tests code: dodge PAGE_SIZE #define 2022-08-19 16:08:40 -07:00
video_core video_core: Fix spelling of "synchronize" 2022-10-16 00:50:53 -04:00
web_service Show error from cpp-httplib when we don't have a response to read (report errors while connecting to API) (#8999) 2022-10-05 21:39:54 +02:00
yuzu fix a tiny spelling mistake 2022-10-15 14:58:44 -07:00
yuzu_cmd video_core: add option for pessimistic flushing 2022-08-25 12:32:14 -04:00
.clang-format chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
CMakeLists.txt NVHOST_CTRl: Implement missing method and fix some stuffs. 2022-10-06 21:00:51 +02:00