yuzu-android/src
Markus Wick 6755025310 Fix GCC undefined behavior sanitizer.
* Wrong alignment in u64 LOG_DEBUG -> memcpy.
* Huge shift exponent in stride calculation for linear buffer, unused result -> skipped.
* Large shift in buffer cache if word = 0, skip checking for set bits.

Non of those were critical, so this should not change any behavior.
At least with the assumption, that the last one used masking behavior, which always yield continuous_bits = 0.
2021-06-10 21:07:27 +02:00
..
audio_core general: Replace RESULT_SUCCESS with ResultSuccess 2021-06-02 00:39:27 -04:00
common src/common/CMakeLists.txt: fix variable escaping 2021-06-09 02:20:55 -06:00
core Fix GCC undefined behavior sanitizer. 2021-06-10 21:07:27 +02:00
input_common Merge pull request #6389 from german77/Analog_button_fix 2021-06-03 21:06:38 -07:00
tests common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 2021-05-25 19:32:56 -04:00
video_core Fix GCC undefined behavior sanitizer. 2021-06-10 21:07:27 +02:00
web_service
yuzu Merge pull request #6413 from Kewlan/limitable_input_dialog_limit 2021-06-09 11:55:36 -07:00
yuzu_cmd Merge pull request #6412 from clementgallet/yuzu-cmd-window-gl 2021-06-07 21:12:17 -07:00
.clang-format
CMakeLists.txt CMakeLists: Enforce C4715 on MSVC 2021-05-17 03:48:58 -04:00