yuzu-mainline/src/yuzu
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
..
applets qt_software_keyboard: Fix infinite loop when moving between buttons 2022-07-24 07:27:41 -04:00
configuration Project Andio 2022-07-22 01:11:32 +01:00
debugger wait_tree: Eliminate variable shadowing 2022-06-14 08:30:09 -04:00
util general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
about_dialog.cpp about dialog: Fix the logo in a multiplatform way 2022-05-16 05:42:38 -07:00
about_dialog.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
aboutdialog.ui about dialog: Fix the logo in a multiplatform way 2022-05-16 05:42:38 -07:00
bootmanager.cpp core: fix initialization in single core, sync GPU mode 2022-06-16 23:43:35 -04:00
bootmanager.h yuzu: Eliminate variable shadowing 2022-06-13 18:19:22 -04:00
check_vulkan.cpp yuzu-qt: Make has_broken_vulkan only for crashes 2022-05-30 10:58:18 -04:00
check_vulkan.h yuzu-qt: Make has_broken_vulkan only for crashes 2022-05-30 10:58:18 -04:00
CMakeLists.txt Merge pull request #8353 from Docteh/msvc_report_runtime 2022-06-11 13:21:23 -04:00
compatdb.cpp
compatdb.h
compatdb.ui ui: Fix Game Compatibility list translations 2022-04-16 16:30:45 -07:00
compatibility_list.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
compatibility_list.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
discord_impl.cpp
discord_impl.h
discord.h
game_list_p.h game_list: Eliminate variable shadowing 2022-06-14 08:30:07 -04:00
game_list_worker.cpp game_list: Eliminate variable shadowing 2022-06-14 08:30:07 -04:00
game_list_worker.h game_list: Eliminate variable shadowing 2022-06-14 08:30:07 -04:00
game_list.cpp game_list: Eliminate variable shadowing 2022-06-14 08:30:07 -04:00
game_list.h game_list: Eliminate variable shadowing 2022-06-14 08:30:07 -04:00
hotkeys.cpp yuzu: Reduce unused includes 2022-03-20 02:25:09 -04:00
hotkeys.h
Info.plist
install_dialog.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
install_dialog.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
loading_screen.cpp Update some files with Qt 5.15.2 best practices in mind 2022-05-29 09:21:52 -07:00
loading_screen.h Update some files with Qt 5.15.2 best practices in mind 2022-05-29 09:21:52 -07:00
loading_screen.ui
main.cpp Project Andio 2022-07-22 01:11:32 +01:00
main.h implement resume message 2022-07-17 22:35:07 -07:00
main.ui yuzu: Allow to open and remove the amiibo 2022-02-08 10:08:04 -06:00
uisettings.cpp ui: Set Link Color when setting theme 2022-04-11 00:00:29 -07:00
uisettings.h settings: Consolidate RangedSetting's with regular ones 2022-06-30 12:39:48 -04:00
yuzu.qrc
yuzu.rc