suyu/src
Morph 96579e515a qt_software_keyboard: Fix out of bounds array access
We were unconditionally accessing the keyboard_buttons array, even if the bottom_osk_index was for the numberpad, leading to an out of bounds array access. Fix this by accessing the proper array for the current button when the index is for the numberpad.
2021-12-13 19:04:07 -05:00
..
audio_core general: Add missing copyright notices 2021-12-05 16:18:53 -05:00
common Merge pull request #7525 from german77/notifa 2021-12-07 23:31:44 -08:00
core Remove erroneous #pragma once 2021-12-13 16:49:01 +03:00
input_common input_common: Fix error with thread name 2021-11-29 22:03:47 -05:00
shader_recompiler Merge pull request #7522 from ameerj/shader-recompiler-filenames 2021-12-07 18:27:50 -05:00
tests logging: Simplify and make thread-safe 2021-08-13 18:39:45 +00:00
video_core Merge pull request #7495 from FernandoS27/text-blit-fix-again 2021-12-09 05:26:21 -05:00
web_service web_service: Silence -Wmaybe-uninitialized on httplib.h 2021-07-12 03:30:45 -03:00
yuzu qt_software_keyboard: Fix out of bounds array access 2021-12-13 19:04:07 -05:00
yuzu_cmd core/hid: Fully implement native mouse 2021-11-24 20:30:28 -06:00
.clang-format
CMakeLists.txt CMakeLists: Specify /Zm200 when compiling in MSVC 2021-12-06 19:31:26 -05:00