yuzu/src
Morph d7d09355e7 qt_software_keyboard: Fix infinite loop when moving between buttons
There was a bug where, when using the numeric keyboard, moving between buttons resulted in an infinite loop, resulting in a stuck state.
This was due to prev_button being the only one enabled in that row or column, causing the condition in the while loop to always be true.
To fix this, detect whether we have returned to that initial row/column and break out of the loop.
2022-07-24 07:27:41 -04:00
..
audio_core Project Andio 2022-07-22 01:11:32 +01:00
common Merge pull request #8545 from Kelebek1/Audio 2022-07-23 15:20:39 -04:00
core applet/swkbd: Implement optional symbol keys 2022-07-24 07:21:02 -04:00
input_common input_common: sdl: lower vibration frequency and use it's own unique thread 2022-06-28 19:22:16 -05:00
shader_recompiler Merge pull request #8383 from Morph1984/shadow-of-the-past 2022-06-14 21:08:58 -04:00
tests Rework CoreTiming 2022-07-10 06:59:40 +01:00
video_core video_core: use correct byte size for framebuffer 2022-07-19 17:46:26 -04:00
web_service web_service: Eliminate variable shadowing 2022-06-13 18:19:22 -04:00
yuzu qt_software_keyboard: Fix infinite loop when moving between buttons 2022-07-24 07:27:41 -04:00
yuzu_cmd Project Andio 2022-07-22 01:11:32 +01:00
.clang-format
CMakeLists.txt CI: fix caching 2022-07-04 21:21:56 -06:00