yuzu/src
Morph ecacb002be applets/swkbd: Make use of QueuedConnection in returnPressed signal
Some users have reported rare crashes when pressing the Enter key on the keyboard to confirm input in the normal software keyboard, particularly in Super Smash Bros. Ultimate while entering the name of a ruleset or controller layout.

It is suspected that the QLineEdit::returnPressed signal is causing a race condition as confirming input through other means does not produce the crash. Since Qt::QueuedConnection posts an event to the event queue of the callee's thread instead of executing it directly on the caller's thread, this eliminates any potential race conditions from occurring in this scenario.
2021-05-22 03:28:54 -04:00
..
audio_core common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
common Merge pull request #6321 from lat9nq/per-game-cpu 2021-05-20 20:10:56 -07:00
core Merge pull request #6320 from Morph1984/get-pid 2021-05-20 21:40:03 -07:00
input_common Merge pull request #6310 from german77/nanMotion 2021-05-19 15:47:48 -07:00
tests common: Fiber: use a reference for YieldTo. 2021-03-07 13:46:53 -08:00
video_core Merge pull request #6248 from A-w-x/intelmesa 2021-05-20 23:47:14 -07:00
web_service web_service: follow-up fix to #4842 ... 2020-10-28 23:16:06 -06:00
yuzu applets/swkbd: Make use of QueuedConnection in returnPressed signal 2021-05-22 03:28:54 -04:00
yuzu_cmd Merge pull request #6321 from lat9nq/per-game-cpu 2021-05-20 20:10:56 -07:00
.clang-format
CMakeLists.txt CMakeLists: Enforce C4715 on MSVC 2021-05-17 03:48:58 -04:00